]>
Commit | Line | Data |
---|---|---|
0a59087d | 1 | @import url(//fonts.googleapis.com/css?family=Quicksand:300|Josefin+Slab&subset=latin,latin-ext); |
23760dda BB |
2 | |
3 | header .logo {font-family: Quicksand, sans-serif; font-weight: 300; text-transform: lowercase; font-size: 7.2em; display: block; color: #fff; background-color: #c00; padding: 1em;} | |
4 | header .logo:hover {text-decoration: none; background-color: #d11} | |
5 | ||
6 | nav ul {list-style: none; background-color: #00A0B0; margin: 0 0 4em; padding-left: 6em} | |
7 | nav ul li {display: inline-block;} | |
8 | nav ul li a {display: block; height: 0.9em; padding: 1em; font-size: 1.84em; font-family: "Josefin Slab", sans-serif; text-transform: uppercase font-weight: normal; color: #fff} | |
0a59087d | 9 | nav ul li a:hover {background-color: #11B1C1; color: #fff; text-decoration: none; border: none} |