2009年4月21日 星期二

CSS文字設定屬性

color : #6A5ACD;
font-size : 12px ;
font-family : Arial,sans-serif ;
font-weight : bold ;
font-style : italic ;
text-decoration : none ;
text-decoration : underline ;
text-decoration : overline ;
text-decoration : line-through ;
padding : 2px ; 間距(文字與外框的距離 不可設為負值) *padding是在標籤內加上空間 margin是在標籤外加上空間
margin-bottom : -12px ; 邊距 (可設為負值)
margin : 2px 3px 2px 3px ; (上右下左)
line-height : 2.0 ; 行距
text-align : justify ;
text-align : right ;
text-align : left ;
text-align : center ;
padding-left : 30px ; 整段文字縮排
text-indent : 20px ; 斷落的第一行縮排
text-transform : uppercase ;
text-transform : lowercase ;
text-transform : capitalize ;

沒有留言:

張貼留言