Skip to content

Instantly share code, notes, and snippets.

@ronlobo
Created October 2, 2013 09:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ronlobo/6791306 to your computer and use it in GitHub Desktop.
Save ronlobo/6791306 to your computer and use it in GitHub Desktop.
Justified Navigation
ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: justify;
}
ul:after {
content: "";
width: 100%;
display: inline-block;
}
li {
display: inline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment