Skip to content

Instantly share code, notes, and snippets.

@rajeevedmonds
Created February 4, 2013 14:34
Show Gist options
  • Save rajeevedmonds/4707037 to your computer and use it in GitHub Desktop.
Save rajeevedmonds/4707037 to your computer and use it in GitHub Desktop.
.menu-header {
width:960px;
background:#f8f8f8;
display:block;
float:left;
position:relative;
}
.menu-header ul{
list-style:none;
margin:0;
}
.menu-header li{
float:left;
}
.menu-header a {
background:#f8f8f8;
color:#111;
display: block;
font-size:15px;
font-weight:normal;
padding:0 20px;
line-height:38px;
text-transform:uppercase;
}
.menu-header a:hover {
background:#e6e6e6;
color:#000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment