標籤:ack rom 圓點 das under 雙線 數字 定位 關鍵字
樣式 |
屬性 |
| 大小 |
font-size(x-large ; xx-small ; 可用數值單位 : PX,PD) |
| 樣式 |
font-style(oblique 偏斜體 ; italic 斜體 ; normal : 正常) |
| 行高 |
line-height(單位 : PX,PD,EM) |
| 粗細 |
font-weight(bold 粗體; lighter: 細體; normal : 正常) |
| 修飾 |
text-decoration(underline 寫劃線 ; overline 上劃線 ; line-through 刪除線 ; bink 閃爍 ;) |
| 常用字型 |
font-family |
| 背景屬性 |
backgroun 色彩 backgroumd-color #FFFFFF 圖片 background-image : url() 重複 background-repeat |
| 字間距 |
letter-spacing |
| 對齊 |
text-align(justify 左右對齊; left 靠左對齊; right 靠右對齊; center 置中;) |
| 縮排 |
text-indent |
| 垂直對齊 |
vertical-align(top;text-top;middle;bottom;text-bottom) |
| 空格 |
e-space |
| 邊框屬性 |
Border border-style(dotted 點線;dashed 虛線;soliddouble 雙線;groove 槽線;ridge 脊狀;inset 凹陷;outset 凸現) border-width:邊框寬度 border-color:邊框顏色 |
| 列表屬性 |
Lise-style(list-style-type:disc 圓點;circle 圓圈;square 方塊;decimal 數字;lower-roman 小羅馬數字) |
* 背景樣式
- 設定一張背景圖時,可用background-image:url(圖片地址)設定,然後用background-size:100%和background-repeat:no-repeat使得圖片不重複而是單張鋪滿。
- 背景定位:background-position,其取值有關鍵字:top,center,bottom分別和left,right,center 的組合;百分比:%x y%表示背景圖片的相對位置;
- 背景關聯:background-attachment:scroll 隨著頁面的滾動背景;fixed 隨著頁面滾動背景不移動
css隨筆1(css常用樣式)