Skip to content

Instantly share code, notes, and snippets.

@nicinabox
Last active October 3, 2015 15:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicinabox/2482915 to your computer and use it in GitHub Desktop.
Save nicinabox/2482915 to your computer and use it in GitHub Desktop.
Center UL
ul {
position: relative;
float: left;
left: 50%;
li {
position: relative;
float: left;
left: -50%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment