CSS ve Font Uygulamaları
<div style="font-family:'Lucida Console'; font-size:400%" >
Bu bir Lucida Console Font ile %400 büyütülmüş metin
</div>
<div style="font-family:'Lucida Console'; font-size:200%; font-style:italic" >
Bu bir italik yazı
</div>
<div style="font-family:'Lucida Console'; font-size:80%; font-style:italic; font-weight:bold; color:#ff0000" >
Bu bir italik yazı
</div>
<div style="font-family:'Lucida Console'; font-size:8pt; font-style:italic; font-weight:bold; color:#ff0000" >
Bu bir italik yazı 8 punto yazı
</div>
<span style="font-size:50%; color:red">w </span>
<span style="font-size:100%; color:f0ff0">e </span>
<span style="font-size:200%; color:red">b </span>
<span style="font-size:300%; color:000fff">t</span>
<span style="font-size:400%; color:ren">a </span>
<span style="font-size:500%; color:00ff00">s</span>
<span style="font-size:600%; color:red">a</span>
<span style="font-size:700%; color:0000ff">r</span>
<span style="font-size:800%; color:red">ı</span>
<span style="font-size:900%; color:f0000f">m</span>
Yorumunuzu Ekleyin