JavaScript CSS3 border-top-left-radius Örnek
javascript css border-top-left-radius örnek uygulama
CSS'te Kutunun sol üst köşesini biçimlendirme işlemi
Javascript ile border-top-left-radius özelliğine "85px" 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.borderTopLeftRadius = "85px";
}
document.getElementById("anakutu").style.borderTopLeftRadius = "85px";
}
JavaScript css border-top-left-radius © htmlvecssegitimi.blogspot.com
Yorumlar
Yorum Gönder