文字两边的横线实现

Posted iriliguo

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了文字两边的横线实现相关的知识,希望对你有一定的参考价值。

横线用到了伪类进行实现。

css:

h4,h5 {
    text-align: center;
}
h5{
    color: gray;
}
.onimg_title:before{

    display: inline-block;

    position: relative;

    top:-7px;

    right: 20px;

    content: "";

    width: 100px;

    height: 0px;

    border: 1px solid black;

}
.onimg_title:after{

    display: inline-block;

    position: relative;

    top:-7px;

    left: 20px;

    content: "";

    width: 100px;

    height: 0px;

    border: 1px solid black;

}

  

html:

<div >
    <h4>  <span class="onimg_title">买实惠</span></h4>
    <h5>热门促销</h5>
</div>

  

以上是关于文字两边的横线实现的主要内容,如果未能解决你的问题,请参考以下文章

文字两边加横线

css实现文字在横线上居中

word文档的目录下面莫名多了横线?怎么消除?

标题两边带横线

标题两边的横线

Word页眉实现首页不同奇偶页不同 更改页眉横线页眉文字对齐 -- 视频教程