HTML interesse |
|
Hej,
ik heb de volgende css:
body {
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
}
.container {
margin-left: auto;
margin-right: auto;
height: 861px;
}
a:link {
text-decoration: none;
color: #FFFFFF;
}
a:visited {
text-decoration: none;
color: #FFFFFF;
}
a:active {
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #C0C0C0;
}
.h1 {
font-size 24;
color: #3c3c3b;
}
.h2 {
font-size 10px;
color: #000000;
}
.h3 {
font-size 14px;
color: #ffffff;
font-weight:bold;
}
body { font-family: Verdana, sans-serif; font-size: 11px; color: #000000; } .container { margin-left: auto; margin-right: auto; height: 861px; } text-decoration: none; color: #FFFFFF; } a:visited { text-decoration: none; color: #FFFFFF; } a:active { text-decoration: none; } a:hover { text-decoration: underline; color: #C0C0C0; } .h1 { font-size 24; color: #3c3c3b; } .h2 { font-size 10px; color: #000000; } .h3 { font-size 14px; color: #ffffff; font-weight:bold; }
Echter elke link die ik nu toevoeg wordt wit, terwijl alleen de menu links wit hoefen te zijn. Hoe maak ik nu een link gewoon zwart. Als ik het de class h2 meegeef, blijft het ook wit.
Greetz,
DrB
|