码迷,mamicode.com
首页 > 其他好文 > 详细

中间有文字的分割线效果

时间:2018-07-05 00:40:01      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:ali   class   inf   img   info   png   display   标题   图片   

技术分享图片

<div class="with_lineTitle">
  <span class="line"></span>
  <span class="Tbox">我是标题</span>
  <span class="line"></span>
</div>

<style>

.with_lineTitle{display: flex;align-items: center;justify-content: center;}
.with_lineTitle .line{height: 1px;background-color: red;width: 100px;}
.with_lineTitle .Tbox{padding: 0px 10px;}

</style>

中间有文字的分割线效果

标签:ali   class   inf   img   info   png   display   标题   图片   

原文地址:https://www.cnblogs.com/yuyedaocao/p/flex.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!