gpt4 book ai didi

css - 单个 css 命令中可以输入多少行是否有限制?

转载 作者:行者123 更新时间:2023-11-28 05:41:52 26 4
gpt4 key购买 nike

好吧,我正在努力为学校做功课,我终于开始研究 CSS。

我的问题是我输入的代码,id #articleheader 不适用,我能想到的唯一原因是在我关闭该行之前存在四个规则。

#articleheader {
font-size: 18px;
font-weight: normal;
letter-spacing: 7px;
text-align: center;
}
<header id="articleheader">
<h1>Bike the Mountains Tour</h1>
</header>

有什么帮助吗?

最佳答案

h1 有自己的大小和粗细样式,即使您没有专门设置它们也是默认的。为 h1 设置它们:

#articleheader h1 {
...

关于css - 单个 css 命令中可以输入多少行是否有限制?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37839739/

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