gpt4 book ai didi

html - css topnav 不在页面顶部

转载 作者:行者123 更新时间:2023-11-28 01:45:49 26 4
gpt4 key购买 nike

我的 topnav 不在顶部,它有大约 5px 的奇怪填充为了测试我刚刚创建了一个简单的 header.html + header.css我的 header.html:

<link href="css/header.css" rel="stylesheet">
<div class="topnav" id="myTopnav">
</div>

我的 header.css:

.topnav {
height: 50px;
background-color: #333;
}

Screenshot

我怎样才能让黑线的顶部和侧面(可能还有底部)没有这个空白?

经过一些研究我累了:

padding: 0px;
margin: 0px;

但这并没有改变任何东西......

最佳答案

移除 body 标签的 paddingmargin

body {
padding: 0;
margin: 0;
}

关于html - css topnav 不在页面顶部,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50189693/

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