1.background-size :xpx ypx
2.background-color:
背景顏色半透明寫法:rgba( 0,0,0,0.3)
3.background-images:
4.background-repeat:(是否平鋪)
repea no repeat
5.background-position:x y (px)
top center bottom left right center
6.background-attachment(背景附著)
scroll/fixed (背景隨物件內容滾動/固定)
7.background-origin:
padding-box:背景相對於內邊距框定位
border-box:背景相對於邊框盒定位
content-box:背景相對於內容框定位
CSS背景屬性
背景顏色屬性 background color 這個屬性為html元素設定背景顏色,相當於html中bgcolor屬性。body 上面的 表示body這個html元素的背景顏色是翠綠色的。背景屬性 background image 這個屬性為html元素設定背景,相當於html中background...
CSS背景屬性
一 背景顏色 屬性 background color 取值 任何合法顏色或者transparent 注意 背景顏色會填充到元素的內容區域以及邊框區域 二 背景影象 作用 以圖象作為元素的背景 屬性 background image 取值 url 背景影象路徑 三 背景重複 屬性 background...
css背景屬性
css背景屬性 目錄 background attachment背景附件 設定背景影象是否固定或者隨著頁面的其餘部分滾動 background clip背景修剪 規定背景的繪製區域 background origin背景 規定 background position 屬性相對於什麼位置來定位 bac...