Skip to content

Instantly share code, notes, and snippets.

@adparadise
Created July 27, 2012 20:13
Show Gist options
  • Save adparadise/3190241 to your computer and use it in GitHub Desktop.
Save adparadise/3190241 to your computer and use it in GitHub Desktop.
Site Navigation example 1
ul.nav {
list-style-type: none;
}
ul.nav li {
width: 8em;
display: inline-block;
text-align: center;
}
ul.nav li a {
text-decoration: none;
display: inline-block;
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment