Skip to content

Instantly share code, notes, and snippets.

@shakyShane
Created August 19, 2012 20:32
Show Gist options
  • Save shakyShane/3397523 to your computer and use it in GitHub Desktop.
Save shakyShane/3397523 to your computer and use it in GitHub Desktop.
Boilerplate CSS for Horizontal Nav Menus
#mainNav { display: inline-block; list-style: none;}
#mainNav li { float: left; }
#mainNav li a { display: inline-block; padding: 20px;}
#mainNav li a:hover { background: blue;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment