JavaScript CSS text-justify Örnek
javascript css3 text-justify özelliği örnek uygulama
Kelimler arasındaki genişliklere css text-justify ile stil verilebilir...
Javascript ile text-justify özelliğine "inter-cluster" 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.textJustify="inter-cluster";
}
document.getElementById("anakutu").style.textJustify="inter-cluster";
}
JavaScript css text-justify © htmlvecssegitimi.blogspot.com
Yorumlar
Yorum Gönder