設定元素背景的樣式 background,更好的襯托內容。
屬性 | 描述 | 值 |
---|---|---|
background | 背景屬性簡寫。支援多組背景設定,逗號, 隔開 |
background:no-repeat url(/png8.png),red; |
background-color | 背景顏色,會包含盒子padding 的部分 |
background-color: red; |
background-image | 背景圖片資源地址,還支援漸變色(image資料) | background-image: url(); |
background-repeat | 背景圖片重複的排列方式,列舉值 |
|