css的背景屬性
background可以統(tǒng)一設(shè)置 :(color/image/repeat/position)
background-color:設(shè)置背景色
background-image:設(shè)置背景圖片
background-repeat:背景圖片的平鋪方式? repeat(默認(rèn))/repeat-x/repeat-y/no-repeta
background-position:背景圖片定位? left-center/right/長(zhǎng)度單位 top/center/bottom/長(zhǎng)度單位
background-attachment:背景圖片固定或滾動(dòng)? scroll(默認(rèn))/fixed
CSS文本屬性
letter-spacing:字母間距 (默認(rèn)0px)
word-spacing:?jiǎn)卧~間距(默認(rèn)0px)
text-decroation:文字修飾 (underline/overline/line-through/none)
text-align:橫向排列(left/right/center)
vertaic-align:垂直對(duì)齊方式(垂直對(duì)齊(基于文字的基線(xiàn))? baseline/bottom/top/middle/sub/super/text-top/text-bottom/百分比)
text-indent:文本縮進(jìn) 2em(2個(gè)字節(jié))?
line-height:行高? 長(zhǎng)度單位? 設(shè)置行高=高 使一行文字垂直居中
CSS邊框?qū)傩?/h2>
border:邊框?qū)挾?邊框樣式?邊框顏色
border-style:邊框風(fēng)格(solid實(shí)線(xiàn)/dotted點(diǎn)線(xiàn)/dashed虛線(xiàn)/double雙實(shí)線(xiàn))
border-color:
border:邊框線(xiàn)的寬度?長(zhǎng)度單位
CSS鼠標(biāo)光標(biāo)屬性
cursor:? ?值? default/pointer/move/crosshair/text/wait
CSS列表屬性
list-style-type:? 列表項(xiàng)的圖形? disc/circle/square/decimal/lower-roman/upper-roman ....
list-style-postion:? ?列表項(xiàng)圖形的位置? outside/inside
list-style-iamge :? ?自定義列表圖形? url
最常見(jiàn)的設(shè)置:? list-style:none
?CSS表格屬性
table-layout:? ?表格布局方式? auto/fixed
border-collapse:? 合并單元格邊框? separate/collapse
border-spacing:? 單元格間距? 長(zhǎng)度單位
caption-side :? ? 表格標(biāo)題位置? top/bottom
empty-cells:? ? ?沒(méi)有內(nèi)容的單元格是否隱藏? ? show/hide
CSS sprites css精靈圖
DIV+CSS布局
行內(nèi)元素和塊狀元素呢
塊狀元素獨(dú)占一行, 行內(nèi)元素可以共用一行
默認(rèn)寬度:? 塊狀元素默認(rèn)寬度由父元素決定? 行內(nèi)元素默認(rèn)寬度右內(nèi)容決定
塊狀元素可以設(shè)置寬高淤齐, 行內(nèi)元素不可以設(shè)置寬高
大部分塊狀元素內(nèi)部可以嵌套塊狀或行內(nèi)股囊, 大部分行內(nèi)只能嵌套行內(nèi)
外邊距,塊狀沒(méi)問(wèn)題更啄,行內(nèi)只能設(shè)置左右