gpt4 book ai didi

html - 在页眉中设置 h1 元素的上边距无法按预期工作

转载 作者:太空狗 更新时间:2023-10-29 13:21:51 26 4
gpt4 key购买 nike

我使用了 html5 header 标签和其中的 h1 标签。将标题中 h1 元素的上边距属性设置为 0px 后,我设法删除了标题的上边距,但我希望标题中的 h1 元素的上边距约为 15px。

现在,当我尝试设置 h1 元素的上边距时,它还会为标题创建一个我不想要的上边距。

有人可以帮我解决这个...吗?

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link href="normalize.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">

<title>Codename : ENT</title>
</head>
<body>
<header>
<h1>Site Title / LOGO</h1>
<p>Site Tagline / Slogan / One liner.</p>
<p></p>
<nav></nav>
</header>
<div id="content_wrapper"></div>
<footer>
</footer>
</body>
</html>

和CSS

header {
background-color:#ff0
}

header h1 {
margin-top:0;
margin-left:15px
}

header p {
margin-left:15px
}

最佳答案

h1header使用padding-top或者对header<使用overflow:hidden/

关于html - 在页眉中设置 h1 元素的上边距无法按预期工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25114186/

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