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

525,水平居中的方法

时间:2020-03-02 01:01:09      阅读:76      评论:0      收藏:0      [点我收藏+]

标签:bsp   text   splay   方法   display   pos   nbsp   span   左右   

  1. 元素为行内元素,设置父元素text-align:center;
  2. 如果元素宽度固定,可以设置左右margin为auto;
  3. 如果元素为绝对定位,设置父元素position为relative,元素设置为left:0;right:0;并设置margin:auto;
  4. 使用flex-box布局,是定justify-content属性为center(要注意flex在ie9以下是用不了的)                                                                                                                                
  5. display设置为table-cell(少用)

525,水平居中的方法

标签:bsp   text   splay   方法   display   pos   nbsp   span   左右   

原文地址:https://www.cnblogs.com/1998Archer/p/12392988.html

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