使用“margin: 0 auto”实现水平居中的条件是什么?

Posted zhulin2609

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用“margin: 0 auto”实现水平居中的条件是什么?相关的知识,希望对你有一定的参考价值。

参考:What, exactly, is needed for “margin: 0 auto;” to work?

  1. The element must be block-level, e.g. display: block; or display: table;
  2. The element must not float
  3. The element must not have a fixed or absolute position
  4. The element must have a width that is not auto

以上是关于使用“margin: 0 auto”实现水平居中的条件是什么?的主要内容,如果未能解决你的问题,请参考以下文章

使用“margin: 0 auto”实现水平居中的条件是什么?

使用“margin: 0 auto”实现水平居中的条件是什么?

绝对定位后,position:absolute;不能使用margin: 0 auto;实现居中;

margin: 0 auto; 元素水平居中布局无效

margin:0 auto居中无效

求教css中元素的auto属性值是啥意思,比如margin:0 auto表示啥?