css布局技巧-【文字居中,左右实线】

效果:

Paste_Image.png

解决方案:

1.html5标签

  <pre><code>`
        代码:
       css:
       fieldset{
         border: none;
         border-top: 1px solid red;
         text-align: center; 
       }
       legend{
         padding: 0 10px;
       }
       html:
       <fieldset>
        <legend>健康信息</legend>
      </fieldset>
  `</code></pre>

2.div模拟:
<pre><code>代码: css: .title{ position: relative; width: 100%; } .tx-center{ width: 160px; margin: 0 auto; text-align: center; background-color: #fff; font-size: 24px; } html: <div class="title"> <div class="tx-center">热门点评任务</div> </div></code></pre>

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 问答题47 /72 常见浏览器兼容性问题与解决方案? 参考答案 (1)浏览器兼容问题一:不同浏览器的标签默认的外补...
    _Yfling阅读 13,842评论 1 92
  • 请参看我github中的wiki,不定期更新。https://github.com/ivonzhang/Front...
    zhangivon阅读 7,216评论 2 19
  • Android 自定义View的各种姿势1 Activity的显示之ViewRootImpl详解 Activity...
    passiontim阅读 173,990评论 25 709
  • 越过山丘 遇见十九岁的我 戴着一双白手套 喝着我的喜酒 他问我幸福与否 是否永别了忧愁 为何婚礼上那么多人 没有一...
    理想你几岁_639f阅读 164评论 0 1
  • 就在刚才,男朋友在视频中一脸正经地和我说,你现在每天晚上十一点睡觉,早上六点半起床,七个半小时足够了。 老...
    狐不言阅读 921评论 0 0