Skip to content

Instantly share code, notes, and snippets.

@maskingtape
Created July 20, 2012 15:19
Show Gist options
  • Save maskingtape/3151292 to your computer and use it in GitHub Desktop.
Save maskingtape/3151292 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
li {
width: 80px;
background: #ccc;
float: left;
list-style: none;
margin-bottom:10px;
padding:10px;
margin-right:10px;
}
li:nth-child(3n+1){
clear :left
}
<ul>
<li>test</li>
<li>
test
test
test
test
test
</li>
<li>
test
</li>
<li>
test
test
test
test
test
test
test
</li>
<li>
test
</li>
<li>
test
</li>
<li>
test
test
test
test
test
test
test
</li>
<li>
test
</li>
<li>
test
</li>
</ul>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment