gpt4 book ai didi

html - 尽管边距 : 0 auto?,但顶部栏和浏览器之间存在间隙

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

我不需要 topbar 和浏览器之间的间隙。但是尽管使用了以下 css代码,正在了解它们之间的差距。

   body 
{
font-size:14px;
font-family:Arial;
}
.topbar
{
background-color:Black;
width:70%;
height:100px;
margin:0 auto;
}

我的示例顶栏图片

this is my sample topbar

最佳答案

body元素默认有margin

设置

body
{
margin:0;
}

它应该消除差距。

关于html - 尽管边距 : 0 auto?,但顶部栏和浏览器之间存在间隙,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22033301/

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