开发者

space between text and underline [duplicate]

This question already has answers here: How to increase the gap between text and underlining in CSS (18 answers) Closed 8 years ago.

i am using text-decoration:underline; but text and underline are touching each other.can i increase space between text and underline?

space between text and underline [duplicate]

thi开发者_如何学Cs one. i want to make space between text and underline.


Either use a different font or use a border-bottom instead so that you can control the space with padding-bottom.


I had same issue then i used :

.underline_text {
      border-bottom: solid 2px #000000;
      display: inline;
      padding-bottom: 3px;
}
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜