HTML
<div class="bg">
// some code and text nothing crazy
</div>
css
.bg {
background-image: url("color.jpg");
background-position: top;
margin-top: -75px;
}
我的背景图像和浏览器边缘之间的两边都有白边。只是试图让我的背景图像拉伸到边缘......此时我已经尝试了过多的......背景组合位置,只是 reg position: relative/fixed 等。似乎都不起作用。我也尝试了 max-width ,但这似乎没有帮助。感觉好像我错过了一些明显的东西?