Technique | Browser Support | Responsive | Overflow | resize:both | Variable Height | Major Caveats |
---|---|---|---|---|---|---|
Absolute Centering | Modern & IE8+ | Yes | Scroll, can overflow container | Yes | Yes* | Variable Height not perfect cross-browser |
Negative Margins | All | No | Scroll | Resizes but doesn't |
css 上下左右居中(9种)
于 2018-08-23 17:34:03 首次发布
本文详细介绍了9种使用CSS实现上下左右居中的方法,包括absolute定位、relative定位结合transform、Table-Cell、Inline-Block、Flex布局等。每种方法都有其适用场景和优缺点,其中Flex布局是最方便且兼容性较好的方式。
摘要由CSDN通过智能技术生成