Hallo
Mal ne Frage zur Validierung:
Ich erhalte folgende Warnung:
Ich verwende ja zwei mal color. Warum wird die Schriftfarbe der Pseudo-Klasse ignoriert?
Mal ne Frage zur Validierung:
Ich erhalte folgende Warnung:
Die gleichen Farben für den Vordergrund und den Hintergrund in den zwei Kontexten a.bgblack und p
Code:
p {
font-family: arial;
color: #800000;
margin: 0px;
}
a.bgblack {
display: block;
border-left:2px solid #6A0000;
width: 200px;
background-color: #800000;
color: #fff;
font-family: arial,verdana;
font-size: 16px;
text-decoration: none;
line-height: 60px;
padding-left: 10px;
margin-bottom: 2px;
margin-top: 2px;
}