border-bottom与文字间的间距如何取消?

代码如下:

<div class="box">
     <h2><p><span>个人博客</span>模板</p></h2>
.box h2{color:#fff;
         border-bottom:#fff  1px solid;
        }

h2下面的横线和h2之间的距离怎么取消,试了padding-bottom没有用,如图,蓝色背景下面边缘为border-bottom所处位置Image

阅读 4.8k
1 个回答
line-height: 0;
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题