根据stack overflow的回答:What, exactly, is needed for “margin: 0 auto;” to work?
必须满足以下几个要求:
- 块级元素,比如:
display: block
或者display: table
- 不能是浮动元素(
float
) position
不能是fixed
或absolute
- 必须设置固定的
width
根据stack overflow的回答:What, exactly, is needed for “margin: 0 auto;” to work?
必须满足以下几个要求:
display: block
或者display: table
float
)position
不能是fixed
或absolute
width