Skip to content

Instantly share code, notes, and snippets.

@desandro
Created January 12, 2012 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save desandro/1601565 to your computer and use it in GitHub Desktop.
Save desandro/1601565 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
*/
ul {
border: 3px dotted;
list-style: none;
margin: 0;
padding: 0;
display: -webkit-box;
}
li {
border: 1px solid red;
width: 100px;
height: 100px;
background: hsla( 0, 100%, 50%, 0.1 );
}
<!-- content to be placed inside <body>…</body> -->
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
{"view":"split-vertical","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment