-
-
Save JGallardo/6725028 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
body {margin:0;padding:0;} | |
body{font-family:helvetica;} | |
#header { | |
height: 72px; | |
background-color: rgb(60,60,60); | |
} | |
#header h1 { line-height:30px; vertical-align:middle; } | |
#header h1 a { | |
text-decoration: none; | |
color:#fff; | |
} | |
nav#menu {float:right;} | |
nav#menu ul {list-style-type: none;} | |
nav#menu ul li {display:inline;} | |
nav#menu ul li a { | |
text-decoration:none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment