gpt4 book ai didi

html - 如何摆脱div左右两侧的空白区域?

转载 作者:行者123 更新时间:2023-11-28 01:19:57 27 4
gpt4 key购买 nike

<分区>

我想去除 darkgray div 左右两边的空白区域。我怎样才能做到这一点?我用谷歌搜索说的只是添加填充:0px;和边距:0px;但这没有用。有什么想法吗?

/*Start of header styling*/

#header {
background-color: RGB(57, 89, 100);
Height: 75px;
left: 0;
top: 0;
position: absolute;
width: 100%;
}
/*End of header styling*/

body {
display: block;
}
#subHead {
background-color: RGB(39, 39, 39);
height: 100px;
padding: 0px;
margin: 0px;
height: 350px;
}
/*Start of footer styling*/

/*End of footer styling*/
<div id="header">
<h1>&zwj;</h1>
</div>

<div id="subHead">
<h1>&zwj;</h1>
</div>

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