Skip to content

Instantly share code, notes, and snippets.

@aurelkurtula
Created March 18, 2013 18:17
Show Gist options
  • Save aurelkurtula/5189453 to your computer and use it in GitHub Desktop.
Save aurelkurtula/5189453 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{
padding: 0;
margin: 0;
height: 150px;
width: 400px;
background: green;
display: block;
}
li{
width: 30px;
height: 150px;
float: left;
background: red;
list-style: none;
margin: 0;
padding: 0;
}
<!-- content to be placed inside <body>…</body> -->
<nav>
<ul>
<li>link 1</li>
<li>link 2</li>
<li>link 3</li>
<li>link 4</li>
<li>link 5</li>
</ul>
</nav>
// alert('Hello world!');
{"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