Created
July 18, 2012 13:21
-
-
Save maskingtape/3136181 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
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
/** | |
* 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 | |
} |
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
<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> |
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
{"view":"split","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