Skip to content

Instantly share code, notes, and snippets.

@pepelsbey
Created June 8, 2012 14:35
Show Gist options
  • Save pepelsbey/2895936 to your computer and use it in GitHub Desktop.
Save pepelsbey/2895936 to your computer and use it in GitHub Desktop.
Untitled
div {
margin:50px;
background:#CCC;
text-align:justify;
line-height:0;
}
div:after {
width:100%;
height:0;
display:inline-block;
content:'';
}
span {
display:inline-block;
width:100px;
height:100px;
background:#999;
}
<div>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<div style="font-size:1px">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment