gpt4 book ai didi

html - 使正文边距更大但保持网站居中

转载 作者:太空宇宙 更新时间:2023-11-04 12:52:22 25 4
gpt4 key购买 nike

我对 html 和 css 非常陌生。我想知道如何使我的正文边距更大,以便另一个标题可以与我的第一个标题放在同一行中。

<DOCTYPE!>
<html>
<head>
<link rel='stylesheet' href='style.css'/>

</head>
<body>
<div class="container">
<h1>
This tag is for making a header.
<h1>
<h1 style="margin-top: -60px; margin-left: 500px;">
Second h1 tag that i am putting in
</h1>
</div>
</html>

CSS:

.container{
width: 700px;
margin:0px auto;
}

最佳答案

<h1 style="display:inline-block;">
This tag is for making a header.
<h1>
<h1 style="display:inline-block;">
Second h1 tag that i am putting in
</h1>

不要设置边距 display:inline-block 会使两个 h1 在一行中

关于html - 使正文边距更大但保持网站居中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26071636/

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