您好, 欢迎来到 !    登录 | 注册 | | 设为首页 | 收藏本站

中间带有单词的水平线的CSS技术

中间带有单词的水平线的CSS技术

这大致就是我要做的:通过border-bottom在containing上设置a ,h2然后再给h2a small 来创建该行line- height。然后将文本放在span具有非透明背景的嵌套中。

h2 {

   width: 100%;

   text-align: center;

   border-bottom: 1px solid #000;

   line-height: 0.1em;

   margin: 10px 0 20px;

}



h2 span {

    background:#fff;

    padding:0 10px;

}


<h2><span>THIS IS A TEST</span></h2>

<p>this is some content other</p>

我仅在Chrome中进行过测试,但是没有理由它不能在其他浏览器中运行。

CSS 2022/1/1 18:15:21 有375人围观

撰写回答


你尚未登录,登录后可以

和开发者交流问题的细节

关注并接收问题和回答的更新提醒

参与内容的编辑和改进,让解决方法与时俱进

请先登录

推荐问题


联系我
置顶