gpt4 book ai didi

html - 调整文本下方的文本填充

转载 作者:太空宇宙 更新时间:2023-11-03 23:47:50 26 4
gpt4 key购买 nike

所以我有一个应用程序的标题 (h1),然后标题下面是一个标语 (h2)。我希望这两个文本正文之间的间距更近。但是代码会自动给 h2 在页面上一个位置,如果不调整 h1 就无法调整。如何相对于类 (.mainBanner) 而不是 h1 调整 h2。

感谢您的帮助!

.mainBanner {
background-image: url(/Users/omaramin/Documents/Competition/project/mainBanner.png);
background-repeat: no-repeat;
position: fixed;
top: 0;
left: 0;
min-width: 100%;
min-height: 100%;
}

h1 {
color: #ffffff;
text-align: center;
padding-top: 125px;
font-size: 36px;
letter-spacing: 1.5px;
font-weight: lighter;
font-family: Bariol;

}

h2 {
color: #ffffff;
text-align: center;
padding-top: 10px;
letter-spacing: 1px;
font-size: 13px;
font-family: Bariol;
}

最佳答案

尝试使用负边距间距。

h2 { margin-top: -5px; }

关于html - 调整文本下方的文本填充,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21125072/

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