css 樣式表

background-color: #FFCC66;
background-image:url('butterfly.jpg');
background-repeat: repeat-x,repeat-y,no-repeat,repeat
background-attachment:fixed,scroll
background-position:100px 200px, top,right,left,bottom,center
表示背景圖像將被放置在位於距瀏覽器窗口左邊100像素、頂部200像素處。
background  : 
各個值應按下列次序來寫:
[background-color] | [background-image] | [background-repeat] |
 [background-attachment] | [background-position]
font-family: arial, verdana, sans-serif;
font-style: normal(正常),italic(斜體)或oblique(傾斜)
font-variant: normal(正常)或small-caps小體大寫字母)
font-weight: normal, bold(加粗)
font-size:14px
font屬性的值應按以下次序書寫:
font-style | font-variant | font-weight | font-size | font-family

text-indent:30px  首行縮進30像素
text-decoration:underline,overline,linethrough
text-align:center,left,right,justify(兩端對齊)
letter-spacing  字符的水平間距
text-transform:capitalize,uppercase,lowercase

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章