Line 451: | Line 451: | ||
<style> | <style> | ||
− | @import url('https://fonts.googleapis.com/css?family= | + | @import url('https://fonts.googleapis.com/css?family=Montserrat|Nixie+One'); |
</style> | </style> | ||
<style> | <style> | ||
− | |||
− | |||
− | .nav {overflow: hidden;background-color: # | + | p {width: 50%; margin-left: auto; margin-right: auto; font-family: 'Montserrat'; font-size: 14px; color: #454851;} |
+ | h2 {font-family:'Nixie One', cursive; font-size: 45px; padding-top: 30px; color:#EB5E55;} | ||
+ | |||
+ | .nav {overflow: hidden;background-color: #454851;} | ||
.nav a { | .nav a { | ||
float: left; | float: left; | ||
align: left; | align: left; | ||
− | color: # | + | color:#F2F7F2; |
text-align: center; | text-align: center; | ||
margin-left: 20px; | margin-left: 20px; | ||
Line 469: | Line 470: | ||
font-family: 'Montserrat'; | font-family: 'Montserrat'; | ||
font-size: 16px;} | font-size: 16px;} | ||
− | .nav a:hover {background-color: # | + | .nav a:hover {background-color: #F2F7F2; color:#454851;} |
− | .nav a.active {background-color: # | + | .nav a.active {background-color: #F2F7F2; color: #454851;} |
.nav .icon {display: none;} | .nav .icon {display: none;} | ||
+ | |||
</style> | </style> |
Revision as of 13:32, 8 September 2017