Skip to content

Instantly share code, notes, and snippets.

@WebsiteStudents
Created February 11, 2013 18:24
Show Gist options
  • Save WebsiteStudents/4756410 to your computer and use it in GitHub Desktop.
Save WebsiteStudents/4756410 to your computer and use it in GitHub Desktop.
The first step in establishing a visual style for a nav button. This will replace the /* NAV BUTTON STYLE - FIRST CODE HERE */ comment inside the CSS code.
.mainnav ul li.grissom a {
background: rgba(240, 240, 220, .95);
color: #000000;
display: block;
font-family: Verdana,Geneva,sans-serif;
font-size: 0.8em;
font-weight: bold;
margin-bottom: 0.33em;
padding: 0.33em 1em 0.33em 2.2em;
text-decoration: none;
width: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment