Created
January 2, 2012 14:13
-
-
Save cristhoz/1550820 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 | |
*/ | |
#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; } |
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
<!-- 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> |
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","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment