css重点17:background-position和清除默认的margin和padding

tech2024-02-01  88

1、background-position

分两种情况:

重复【是整体位置的变化】

background:url('images/mess.png') repeat left center;

不重复【就是这个背景图在这个盒子里的位置】

background:url('images/mess.png') no-repeat left center;

最新回复(0)