Tag için CSS oluşturma
Özelleştirilmiş CSS
global CSS
oluşturulan CSS leri kullanma
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical">
<mx:Style>
Application{
background-color:#EEEEEE;
}
Label {
font-size:24;
font-weight:bold;
text-decoration:underline;
color:#000000;
}
.kirmizi{
color:#FF0000;
}
global{
font-family:"Helvetica","Arial","_sans";
}
</mx:Style>
<mx:Label text="Hello World"/>
<mx:Label text="Hello World"/>
<mx:Label text="Hello World" styleName="kirmizi"/>
<mx:Label text="Hello World"/>
<mx:Text text="Bu bir css yazısı"/>
</mx:Application>
Bu Makaleyi Tweet'le




0 yorum:
Yorum Gönder