Skip to content

Instantly share code, notes, and snippets.

@cristhoz
Created January 2, 2012 14:13
Show Gist options
  • Save cristhoz/1550820 to your computer and use it in GitHub Desktop.
Save cristhoz/1550820 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
*/
#nav {
}
#nav a {
display: block;
width: 125px;
background: rgba(250, 150, 0 , 1);
padding: 10px 15px;
margin: 0 0 5px;
border-radius: 3px;
text-decoration: none; }
<!-- content to be placed inside <body>…</body> -->
<nav id="nav">
<a href="#">Hola</a>
<a href="#">Hola</a>
<a href="#">Hola</a>
<a href="#">Hola</a>
<a href="#">Hola</a>
<a href="#">Hola</a>
<a href="#">Hola</a>
</nav>
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment