美文网首页
CSS之background深度详解

CSS之background深度详解

作者: 秀萝卜 | 来源:发表于2021-12-31 09:54 被阅读0次

background 是CSS中一个常用的属性,用来修改某个元素的背景;
background 拥有8种属性,常用的是前5种,分别为:

1.background-color
2.background-position
3.background-size
4.background-repeat
5.background-image
6.background-clip
7.background-attachment
8.background-origin

简写模式:
background:#eee url() no-repeat center/cover
参考资料:
https://blog.csdn.net/kk_yanwu/article/details/79489242

相关文章

网友评论

      本文标题:CSS之background深度详解

      本文链接:https://www.haomeiwen.com/subject/gxrgqrtx.html