space between text and underline [duplicate]

与世无争的帅哥 提交于 2019-12-02 21:42:14

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;
}
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!