JavaScript CSS border-top-color Örnek
javascript css border-top-color örnek uygulama
bu div kutusunun üst kenarının rengini değiştireceğiz.
Javascript ile border-top-color özelliğine "orange" değeri verildiğindeki etkisini görmek için aşağıdaki çalıştır tuşuna basınız !
function fonk() {
document.getElementById("anakutu").style.borderTopColor = "orange";
}
document.getElementById("anakutu").style.borderTopColor = "orange";
}
JavaScript css border-top-color © htmlvecssegitimi.blogspot.com
Yorumlar
Yorum Gönder