首页 > 其他 > 详细

中间有文字的分割线效果

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

技术分享图片

<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>

中间有文字的分割线效果

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!