如何使用div
使用background-position
使用CSS
裁剪的背景图片填充所有background-size: cover;
?
我尝试了div
,但它无效,图片被裁剪但未完全填充background-size: cover, cover;
background-position: -12px -8px, center center, center center;
width: auto;
height: auto;
min-height: 100%;
min-width: 100%;
。
编辑: 现在我的代码看起来像:
width: 100%;
height: 400px;
background-repeat: no-repeat;
background-size: cover,cover;
background-position: center center;
transition: height ease-in-out 0.3s;
对于背景图像中的不同图像,背景位置是不同的
第一个div有:
Room