Skip to content

Instantly share code, notes, and snippets.

@jonesmac
Created February 9, 2013 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jonesmac/4747137 to your computer and use it in GitHub Desktop.
Save jonesmac/4747137 to your computer and use it in GitHub Desktop.
CSS: Horizontally Centered Menu CSS
#menu {
float: right;
position: relative;
left: -50%;
}
#menu ul {
position: relative;
left: 50%;
}
#menu li {
float: left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment