博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
中间有文字的分割线效果
阅读量:6535 次
发布时间:2019-06-24

本文共 383 字,大约阅读时间需要 1 分钟。

<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

你可能感兴趣的文章