下面有更多 "亲自试一试" 示例。
这个background-color
属性设置元素的背景颜色。
元素的背景是元素的总大小,包括内边距和边框(但不包括边距)。
提示:使用使文本易于阅读的背景颜色和文本颜色。
表中的数字指定完全支持该属性的第一个浏览器版本。
Property | |||||
---|---|---|---|---|---|
background-color | 1.0 | 4.0 | 1.0 | 1.0 | 3.5 |
background-color:
color|transparent|initial|inherit;
Value | Description | Demo |
---|---|---|
color | Specifies the background color. Look at CSS Color Values for a complete list of possible color values. | Demo ❯ |
transparent | Specifies that the background color should be transparent. This is default | Demo ❯ |
initial | Sets this property to its default value. Read about initial | |
inherit | Inherits this property from its parent element. Read about inherit |
为不同元素设置背景颜色:
body {
background-color: #fefbd8;
}
h1 {
background-color: #80ced6;
}
div {
background-color: #d5f4e6;
}
span {
background-color: #f18973;
}
亲自试一试 »
CSS教程:CSS 背景
HTML DOM 参考:背景颜色属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!