Skip to content

Instantly share code, notes, and snippets.

@arbaaz
Forked from jonesmac/gist:4747137
Last active December 22, 2015 12:49
Show Gist options
  • Save arbaaz/6475302 to your computer and use it in GitHub Desktop.
Save arbaaz/6475302 to your computer and use it in GitHub Desktop.
#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