change color of link etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster
change color of link etiketine sahip kayıtlar gösteriliyor. Tüm kayıtları göster

17 Mart 2016 Perşembe

Css ile link (a href) rengi değiştirme | change color of a href

a:link {color: white;}
a:visited {color: white;}
a:active {color: white;}
a:hover {color: antiquewhite;}
a {
    text-decoration:none;
}

css etiketleriyle linklere istediğimiz biçimi verebiliriz.