gpt4 book ai didi

html - bootstrap.css 中两个 div 之间无法解释的空格

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

我正在使用 bootstrap.min.css 我在两个 Div 之间得到无法解释的空间 listed with box

我使用下面的代码来删除空格,但是不起作用div + div {margin-top:0px;}

如何去除空白

<section id="service" style="background-color:#009999;">
<div class="container">
</div>
</section>
<!-------------white space appear here------------>
<section id="contact" style="background-color:#009999;">
<div class="container">
</div>
</section>

enter image description here

最佳答案

.box {
padding: 50px 30px;
background: #fff;
border-bottom: 1px solid #e9e9e9;
position: relative;
}

删除此行 border-bottom: 1px solid #e9e9e9;

关于html - bootstrap.css 中两个 div 之间无法解释的空格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26173373/

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