A Pen by Jayesh Bhoot on CodePen.
Created
September 11, 2015 12:14
-
-
Save jbhoot/a20ec80301858506153d to your computer and use it in GitHub Desktop.
meeXYv
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='parent'> | |
<div class='child'>Hello</div> | |
<div class='child'>How</div> | |
</div> |
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
.parent { | |
font-size: 0; | |
} | |
.child { | |
border-style: solid; | |
display: inline-block; | |
font-size: 10px; | |
width: 50px; | |
height: 50px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment