Skip to content

Instantly share code, notes, and snippets.

@JGallardo
Created September 27, 2013 06:58
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 JGallardo/6725028 to your computer and use it in GitHub Desktop.
Save JGallardo/6725028 to your computer and use it in GitHub Desktop.
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