JavaScript CSS border-bottom
javascript css border-bottom-color örnek uygulama
bu div kutusunun üst kenarının rengini değiştireceğiz.
Javascript ile border-bottom-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.borderBottomColor = "orange";
}
document.getElementById("anakutu").style.borderBottomColor = "orange";
}
JavaScript css border-bottom-color © htmlvecssegitimi.blogspot.com
Yorumlar
Yorum Gönder