字体颜色:color: 颜色
背景颜色:background: 颜色
代码
p{
color: red
background: blue
}
使用属性background或者background-color进行设置。设置的颜色属性值可以使用16进制、rgba、rgb、颜色名称等进行设置,如"background:blue"。
字体颜色:color: 颜色
背景颜色:background: 颜色
代码
p{
color: red
background: blue
}
使用属性background或者background-color进行设置。设置的颜色属性值可以使用16进制、rgba、rgb、颜色名称等进行设置,如"background:blue"。