Skip to content

Instantly share code, notes, and snippets.

@jonesmac
Created February 9, 2013 21:09
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 jonesmac/4747127 to your computer and use it in GitHub Desktop.
Save jonesmac/4747127 to your computer and use it in GitHub Desktop.
HTML: Horizontally Centered CSS
<div id="menu">
<ul>
<li><a href="#">Link 1</a></li>
<li><a href="#">This is long...</a></li>
<li><a href="#">Link 3</a></li>
<li><a href="#">http://www.upshots.org/</a></li>
<li><a href="#">Link 5</a></li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment