Skip to content

Instantly share code, notes, and snippets.

@ynonp
Created September 27, 2012 19:05
Show Gist options
  • Save ynonp/3795813 to your computer and use it in GitHub Desktop.
Save ynonp/3795813 to your computer and use it in GitHub Desktop.
Untitled
ul {
list-style: none;
background:#666;
}
ul li {
display:inline-block;
padding:1em;
}
ul a {
text-decoration: none;
color: white;
}
ul li:hover {
background:orange;
}
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Gallery</a></li>
</ul>
{"view":"separate","fontsize":"90","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment