JavaScript CSS margin-bottom Örnek
javascript css margin-bottom özelliği örnek uygulama
css margin-bottom bu kutuya komşu bir element var ise ,bu kutunun alt kenarı ile diğer komşu element arasındaki mesafe ayarlanabilir..
yukarıdaki kutu ile aramızdaki uzaklık değişecek..
Javascript ile margin-bottom özelliğine "100px" 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.marginBottom = "100px;
}
document.getElementById("anakutu").style.marginBottom = "100px;
}
JavaScript css margin-bottom © htmlvecssegitimi.blogspot.com
Yorumlar
Yorum Gönder