gpt4 book ai didi

html - 在 div 中设置 h1 样式

转载 作者:技术小花猫 更新时间:2023-10-29 12:38:48 24 4
gpt4 key购买 nike

我想在 div 中设置 h1 标题的样式,但无论我尝试什么,它始终保持粗体。

js fiddle

.header h1 {
font-style: normal;
color: grey;
}
<div class="header">
<h1> Hello World </h1>
</div>

最佳答案

你需要font-weight:

.header h1{
color: grey;
font-weight: normal;
}

演示:http://jsfiddle.net/h6EtB/2/

关于html - 在 div 中设置 h1 样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19766401/

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