gpt4 book ai didi

html - 如何使用css消除单词之间的垂直间隙

转载 作者:行者123 更新时间:2023-11-28 02:06:47 26 4
gpt4 key购买 nike

我在按钮中有这个跨度

<span style="font-size: 11px; font-weight: 700; white-space: normal; margin-left: -5px;">UPGRADE PLAN</span>

此处 white-space: normal 垂直中断单词 UPGRADE PLAN。但我无法消除它们之间的垂直间隙。 Here you can see gap between upgrade and plan .但我想要这样意味着 no gap between these two words .我怎样才能做到这一点。

最佳答案

只需将行高设置为小于字体大小即可,如下所示:

span{
max-width: 80px;
display: block;
text-align: center;
line-height: 9px;
}
<span style="font-size: 11px; font-weight: 700; white-space: normal; margin-left: -5px;">UPGRADE PLAN</span>

关于html - 如何使用css消除单词之间的垂直间隙,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48975309/

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