Skip to content

Instantly share code, notes, and snippets.

@yagamicoder
Last active September 23, 2016 02:55
Show Gist options
  • Save yagamicoder/25b078be07072ca339bcd854e19acfd4 to your computer and use it in GitHub Desktop.
Save yagamicoder/25b078be07072ca339bcd854e19acfd4 to your computer and use it in GitHub Desktop.
CSS
#navigation ul li a.current{
background: #A4A4A4;
color: #8A0808;
}
#navigation ul li{list-style: none;}
#navigation ul li a{
background: #585858;
color: #FFF;
display:block;
height: 50px;
padding:5px;
width: 150px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment