Skip to content

Instantly share code, notes, and snippets.

@jbhoot
Created September 11, 2015 12:14
Show Gist options
  • Save jbhoot/a20ec80301858506153d to your computer and use it in GitHub Desktop.
Save jbhoot/a20ec80301858506153d to your computer and use it in GitHub Desktop.
meeXYv
<div class='parent'>
<div class='child'>Hello</div>
<div class='child'>How</div>
</div>
.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