This question already has answers here:
How to increase the gap between text and underlining in CSS
(15个答案)
6年前关闭。
我正在使用
这个。我想在文本和下划线之间留出空间。
(15个答案)
6年前关闭。
我正在使用
text-decoration:underline;
,但是文本和下划线相互接触。我可以增加文本和下划线之间的空间吗?这个。我想在文本和下划线之间留出空间。
最佳答案
请使用其他字体,或者使用border-bottom
,以便您可以使用padding-bottom
控制空格。
关于html - 文字和下划线之间的间隔,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/3085394/
10-12 20:47