gpt4 book ai didi

html - 如何让一个容器填满整个窗口?

转载 作者:太空宇宙 更新时间:2023-11-03 23:51:52 25 4
gpt4 key购买 nike

我在 CSS 中有一个主容器,其中包含页面的所有 div。但是,有一个 8px 的空白将整个容器推到左边。知道如何摆脱它,并让容器适合整个窗口而没有空白吗?如果我使用“margin-left: -8px”,它只会在右侧创建 8 个像素的空白区域。这是容器的代码:

#container {
height: 100%;
width: auto;
position: relative;
background-color: #E6E6E6;
min-width: 960px;
}

最佳答案

只需在#container上设置margin: 0px;,如果不行你可以设置

body {
margin: 0px;
padding: 0px;
}

关于html - 如何让一个容器填满整个窗口?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19759176/

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