Created
August 19, 2012 20:32
-
-
Save shakyShane/3397523 to your computer and use it in GitHub Desktop.
Boilerplate CSS for Horizontal Nav Menus
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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