gpt4 book ai didi

css - 如果 font-size 是 100%,我怎样才能使标题变大?

转载 作者:行者123 更新时间:2023-11-28 15:30:05 25 4
gpt4 key购买 nike

我在body中定义了我的Font-size为98%,如下:

body {
color: #6B6B6B;
background-color: #262626;

font-family: arial, sans-serif;
font-size: 98%;
line-height: 1.32;
text-align: center;

-webkit-text-size-adjust: none;
-webkit-font-smoothing: antialiased;
-webkit-overflow-scrolling: touch;
}

现在的问题是,如何让我的h1 变大一点? h2 也很大?

我试过:

h1 {
font-size: 120%;
line-height: 1;
}

但我认为这是不对的,我是否需要为标题使用 px 或 em?

最佳答案

使用 % 是有效的 CSS

你可以拥有

h1{
font-size:150%;
}

关于css - 如果 font-size 是 100%,我怎样才能使标题变大?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21989871/

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