
Problemów z majstrowaniem przy stronie częśc dalsza.
a więc tak: w pliku css mam takie kolory czcionki:
Kod
h1 a {
color: #D6F0CA;
text-decoration: none;
}
h1 a:hover {
color: #FFFFFF;
text-decoration: none;
}
h2 {
font-weight: normal;
color: #EB0000;
}
color: #D6F0CA;
text-decoration: none;
}
h1 a:hover {
color: #FFFFFF;
text-decoration: none;
}
h2 {
font-weight: normal;
color: #EB0000;
}
W Pliku html jest:
Kod
<h2><a href="#">Treść z innym kolorem</a></h2>
Ja chciałbym dodać trzeci kolor, jakie przypisać wartości w css?
takie?
Kod
h3 {
font-weight: normal;
color: #548DD4;
}
font-weight: normal;
color: #548DD4;
}
A potem w html:
Kod
<h3><a href="#">Treść z innym kolorem</a></h3>

Bardzo proszę o pomoc
