CSS之background深度详解

2021-12-31  本文已影响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

上一篇下一篇

猜你喜欢

热点阅读