Created
November 19, 2020 18:05
-
-
Save novaknole/441a23c4a321e65e4f1f2288f311bba3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="row"> | |
<div class="child"> | |
</div> | |
</div> | |
.row { | |
width:200px; | |
height:200px; | |
background-color: red; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment