17 lines
No EOL
298 B
CSS
17 lines
No EOL
298 B
CSS
nav#nav1 {
|
|
margin-top: 24px;
|
|
}
|
|
nav#nav1 > a {
|
|
background:#B9E1FF;
|
|
color:#000;
|
|
padding:10px;
|
|
text-decoration:none;
|
|
border-radius:5px;
|
|
font-family:"Arial Black", Gadget, sans-serif;
|
|
}
|
|
nav#nav1 > a:hover {
|
|
background: #BBEA00;
|
|
}
|
|
nav#nav1 > a:active {
|
|
background: #EEFFA8;
|
|
} |