gpt4 book ai didi

html - 如何删除这两个 DIV 之间不需要的空间?

转载 作者:可可西里 更新时间:2023-11-01 13:05:20 26 4
gpt4 key购买 nike

我有两个宽度为 100% 的 div 我有问题 我在 div 之间有空间 我正在使用 bootstrap 并尝试了不同的 CSS 属性,但没有任何反应我希望它们之间的边距为 0,不知道如何实现

enter image description here

我的代码:

          .sec-one {
height: 200px;
width: 100%;
background-color: pink;
}
.sec-two {
height: 200px;
width: 100%;
background-color: red;
text-align: center;
}
#header h1 a {
display: inline-block;
text-decoration: none;
font-size: 1.8em;
color: white;
margin-top: 90px;
}
<html>

<head>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
</head>

<body>

<div class="sec-one">

</div>

<div class="sec-two">

<div id="header">
<h1><strong><a href="">A Heading</a></strong></h1>
</div>

</div>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</body>

</html>

最佳答案

只需在您的样式表中插入 h1 {margin:0px} 即可。

在我的示例中,属性位于顶部。

Example

关于html - 如何删除这两个 DIV 之间不需要的空间?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33937977/

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