gpt4 book ai didi

css - 将字体样式应用于 CSS 中的元素

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

有没有办法将字体样式或任何其他样式应用于 CSS 中的元素?

例如

你定义了某种字体样式

.impact {       
font-family: "Impact";
letter-spacing: 16px;
line-height: 72%;
}

现在将此样式应用于 css 中的元素:

#certainElement {
font-family: Impact (the one we defined)
width: 400px;
}

最佳答案

不幸的是,CSS 不支持这种组合。但是,您可以使用 SASSLESS获得类似的行为。

在您的元素上定义一个 ID 为 certainElement 的类是不可取的吗?

<div id="certainElement" class="impact"></div>

关于css - 将字体样式应用于 CSS 中的元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20085927/

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