CSS multiple a:hover

Css code posted by Chris
created at 21 Jul 05:05, updated at 28 Jul 15:52

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
nav {
color: #424242;
margin-left: auto ;
margin-right: auto ;
padding:20px;
width:84em;
}

nav a {
color: #A7FA31;
font-size: 1.75em;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
}

nav a span { color: #424242; }
nav a:hover span { color: #FFFFFF; }
291 Bytes in 3 ms with coderay