Linklerin Renklerini Değiştirme Örnek
<!DOCTYPE html>
a:link {
color: green;
background-color: transparent;
text-decoration: none
}
a:visited {
color: brown;
background-color: transparent;
text-decoration: none
}
a:hover {
color: red;
background-color: transparent;
text-decoration: underline
}
a:active {
color: orange;
background-color: transparent;
text-decoration: underline
}
Linklerin varsayılan renklerini değiştirebilirsiniz.
href="http://htmlvecssegitimi.blogspot.com/2016/01/html-link
-rengi-degistirme-ornek.html" target="_blank"HTML Link
Rengi Değiştirme Örneği
Yorumlar
Yorum Gönder