5.1 背景屬性

屬性 屬性值 描述
background-color #RRGGBB、#RGB、color 設定背景色彩
background-image url(example.png) 設定背景圖片
background-repeat repeat、repeat-x、repeat-y、
no-repeat
設定是否重複背景圖片
background-attachment scroll、fixed 設定是否固定背景圖片的位置
background-position 26px 32px 設定背景圖片的位置 (x 座標 y 座標)
background 以上全部 一次設定所有屬性
background-clip border-box、padding-box、
content-box
將背景放置於邊框區域、內邊距區域、內容區域
opacity 0.17 設定不透明度