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

 

 

 

相关文章:

  • 2021-08-29
  • 2021-05-16
  • 2021-10-02
  • 2022-12-23
  • 2021-10-22
  • 2021-12-14
猜你喜欢
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2021-12-28
  • 2021-07-25
  • 2021-09-09
  • 2021-09-05
相关资源
相似解决方案