CSS "Cascading Style Sheets" Dersleri


CSS ( Cascading Style Sheets ) Web Tasarım Dersleri - Niçin CSS ? - Css Giriş - Link Özellikleri / Örnekleri - Liste Özellikleri / Örnekleri - Katman Özellikleri / Örnekleri - Font Özellikleri / Örnekleri - Metin Özellikleri / Örnekleri- İmleç Özellikleri / Örnekleri - Zemin Özellikleri / Örnekleri - Tablo Özellikleri / Örnekleri - Kaydırma Çubuğu Özellikleri / Örnekleri - Araçlar- Birimler - Parametreler - Örnek Sayfa
Ana Sayfa / Önceki Sayfa

 
ornek Link  
ornek Link
ornek Link
ornek Link
 

  A {color:black;font-size:10pt;display : block;line-height:16px; text-align : center;background-color:#D4AEBB; border:outset 3px #DB7093;text-decoration:none;}  A:HOVER {color:black;font-size:10pt;zoom : 92%;display : block; line-height:16px;text-align : center;background-color : #F0DEE5; border :inset 3px #CC3366;text-decoration:none;}


 
ornek Link  
ornek Link
ornek Link
ornek Link
 

 A {text-decoration:none;border:outset 2px black;width:200px; background-image:url(images/d.jpg);text-align:center;height:22;}  A:HOVER {text-decoration:none;width:200px; border : inset 2px black;text-align : center; background-image : url(images/d2.jpg);}


 
ornek Link
ornek Link
ornek Link
ornek Link
 

  A{background-color : #DAA520;border:3px ridge #523208; text-decoration : none;text-align : center;font-size : x-small;font-family:Tahoma;color:Black;width:200px;line-height:16px;}
 A:HOVER{background-color:#FFD700;border:3px ridge #523208;text-decoration : none;text-align:center;font-size:x-small;font-family:Tahoma;color:Black;width:200px;line-height:16px;}


 
ornek Link
ornek Link
ornek Link
ornek Link
ornek Link
 

A { background-color : #1E90FF; border-bottom-style : solid; border-bottom-color : navy; border-bottom-width : 1px; border-top-style : solid; border-top-color : #D7DFDD; border-top-width : 1px; border-right-style : solid; border-right-color : navy; border-right-width : 1px; border-left-color :navy; border-left-style :double; border-left-width : medium; height : 20px; display : block;}
A:HOVER { border-bottom-style : solid; border-bottom-color :#D7DFDD; border-bottom-width : 1px; border-right-style : solid; border-right-color :#D7DFDD; border-right-width : 1px; border-left-color :#D7DFDD; border-left-style :double; border-left-width : thick; background-color : #D7DFDD; text-transform : uppercase;}

 

 
ornek Link
ornek Link
ornek Link
ornek Link
ornek Link
 

A.css-ornek6 {text-decoration:none;border:none;width:200px;color:white;font-size:12px; background-image : url(images/m1.jpg);text-align:center;line-height:24px;} A:HOVER.css-ornek6 {text-decoration:none;width:200px; border : none;text-align : center;color:#606060;font-size:12px; background-image : url(images/m2.jpg);line-height:20px;}