css 居中几种方法

记录下好文
https://www.w3cplus.com/css/elements-horizontally-center-with-css.html

一、margin和width实现水平居中
二、inline-block实现水平居中方法
三、浮动实现水平居中的方法
四、绝对定位实现水平居中
五、CSS3的flex实现水平居中方法
六、CSS3的fit-content实现水平居中方法

猜你喜欢

转载自blog.csdn.net/fu415037685/article/details/81262914