gpt4 book ai didi

html - 在 bootstrap 中删除页眉的上边距

转载 作者:太空狗 更新时间:2023-10-29 14:43:00 25 4
gpt4 key购买 nike

HTML

<div class="container-fluid">
<div class="row">
<div class="page-header header_site">
<h1><font>ABC Company</font></h1>
</div>
</div>
</div>

CSS 代码:

.header_site {
background-color: darkblue;
}

font {
color: white;
margin: auto 160px auto 160px;
}

我想去掉上边距,如下图所示。

enter image description here

最佳答案

为您的 h1 和页眉设置 margin-top 为 0 并确保您的正文没有任何填充:

body { padding: 0; }
.page-header,
.page-header h1 {margin-top:0;}

Example bootply

如果你需要你的h1向下移动一点,那么给它padding-top

关于html - 在 bootstrap 中删除页眉的上边距,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35058919/

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