JavaScript CSS border-bottom-width Örnek
javascript css border-bottom-width örnek uygulama
CSS'te Kutunun alt kenarının kalınlığının değerinin değiştirilmesi..
Javascript ile border-bottom-width özelliğine 30px 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.borderBottomWidth = "30px";
}
document.getElementById("anakutu").style.borderBottomWidth = "30px";
}
JavaScript css border-bottom-width © htmlvecssegitimi.blogspot.com
Yorumlar
Yorum Gönder