使用bootstrap.min.css我在两个Div 之间得到无法解释的空间
我使用以下代码删除空格,但不起作用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>
答案 0 :(得分:1)
.box {
padding: 50px 30px;
background: #fff;
border-bottom: 1px solid #e9e9e9;
position: relative;
}
删除此行border-bottom: 1px solid #e9e9e9;