gpt4 book ai didi

html - Firefox 中网站顶部的空白区域,但 Safari 中没有

转载 作者:行者123 更新时间:2023-11-28 03:20:48 25 4
gpt4 key购买 nike

我做了一个简单的网页。我在 safari 上打开网站时看不到空白,但在 firefox 上,有一个大概 30px 高的空白。

HTML:

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<div style="background-color: blue;">
<h1>hello</h1>
</div>
</body>
</html>

CSS:

body {
margin: 0;
}

最佳答案

您还需要删除标题上的边距。例如:

body, h1 {
margin: 0;
}

body, h1 {
margin: 0;
}
<div style="background-color: blue;">
<h1>hello</h1>
</div>

关于html - Firefox 中网站顶部的空白区域,但 Safari 中没有,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45227160/

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