css学习 -- 2

css学习 -- 2

内联样式(优先级最高):

css学习 -- 2

 

background-color设置背景色

padding设置内边距

 

background-image设置背景图片

可选值有none / url() / inherit(继承父元素的设置)

css学习 -- 2

background-repeat背景图片重复平铺

可选值有

repeat / repeat-x / repeat-y / no-repeat / inherit(继承父元素该属性的设置)

css学习 -- 2

 

background-position 改变图片在背景中的位置

可选值为css学习 -- 2

此外

css学习 -- 2

还有css学习 -- 2

防止背景图片随文档滚动:

css学习 -- 2

默认值为 scroll,图片会随文档滚动

总结:

css学习 -- 2