19andersonn (Talk | contribs) |
19andersonn (Talk | contribs) |
||
Line 7: | Line 7: | ||
/* Start general reset ================================================== */ | /* Start general reset ================================================== */ | ||
+ | |||
+ | |||
+ | .topnav { | ||
+ | |||
+ | background-color: #f8b862; | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | |||
+ | .topnav a { | ||
+ | float: left; | ||
+ | color: white; | ||
+ | text-align: center; | ||
+ | padding: 14px 16px; | ||
+ | text-decoration: none; | ||
+ | font-size: 17px; | ||
+ | } | ||
+ | |||
+ | .topnav a:hover { | ||
+ | background-color: #fff1cf; | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | .topnav a.active { | ||
+ | background-color: #eaf4fc; | ||
+ | color: white; | ||
+ | } | ||
html body { | html body { | ||
font-size: inherit; | font-size: inherit; | ||
− | font-family: | + | font-family: "Avenir"; |
− | background-color: | + | background-color: #fddea5; |
− | color: | + | color: black; |
padding: 0; | padding: 0; | ||
} | } |
Revision as of 02:52, 25 June 2018