首页
技术博客
登录
6mi
u
盘
搜
搜 索
技术博客
css重点17:background-position和清除默认的margin和padding
css重点17:background-position和清除默认的margin和padding
tech
2024-02-01
88
1、background-position
分两种情况:
重复【是整体位置的变化】
background:url
(
'images/mess.png'
)
repeat left center
;
不重复【就是这个背景图在这个盒子里的位置】
background:url
(
'images/mess.png'
)
no-repeat left center
;
转载请注明原文地址:https://tech.qufami.com/read-15124.html
最新回复
(
0
)