Skip to content

Instantly share code, notes, and snippets.

@crixlet
Created December 8, 2013 01:19
Show Gist options
  • Save crixlet/7852213 to your computer and use it in GitHub Desktop.
Save crixlet/7852213 to your computer and use it in GitHub Desktop.
This isn't very hard. Just give the list centered text (e.g. ul.nav { text-align: center; }) and the list items inline-block (e.g. ul.nav li { display: inline-block; }). If you want to do it with margin for whatever reason, look into width: fit-content; (link).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment