【发布时间】:2021-01-01 02:13:43
【问题描述】:
是否可以对整个标题文本应用间距,并有一个特殊的标题不具有长间距。它很难解释,所以下面的代码:
得到:
Support 30 FREE Tips Guest001
需要:
Support 30 FREE Tips Guest001
代码在这里:
body {
background-color: #6B6B6B;
}
p.space { /* header space lenght */
word-spacing: 50px;
}
<p class="space">
<a href="support.htm">Support</a>
30 FREE Tips
Guest001</p>
【问题讨论】:
-
我无法理解你的问题:(
-
你能解释更多吗?得到:支持 30 个免费提示 Guest001 需要:支持 30 个免费提示 Guest001 在我看来是一样的。
标签: html css hyperlink spacing