gpt4 book ai didi

css - div 中心顶部边缘的白色 strip

转载 作者:太空宇宙 更新时间:2023-11-04 14:25:04 24 4
gpt4 key购买 nike

当我将这个 div 定位到中心并添加 15px 的 margin-top 时,我在白色 div block 上方得到了这个白色 strip 。我如何摆脱它,使白色 div 与上边距分开?

CSS:

body {
margin:0;
padding:0;
width:100%;
height:100%;

#middle {
background-color:#FFF;
display:block;
width:750px;
height:750px;
margin-top:20px;
margin-left:auto;
margin-right:auto;
position:relative;
overflow:hidden;
}

#bigbg {
height:auto;
width:100%;
z-index:-100;
min-height:100%;
min-width:100%;
margin-left:0%;
position:fixed;
margin-top:0px;
}

HTML:

<img src="images/backgroundmain.jpg" id="bigbg">
<div id='middle'>

`

最佳答案

top: 0; 添加到您的 ID #bigbg。

DEMO

关于css - div 中心顶部边缘的白色 strip ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19614952/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com