1.绝对居中 + transform 位移
2.flex 属性居中
3.flex + margin auto
4.grid 属性居中
5.grid + 子项属性居中
6.-webkit-box 属性居中
7.table-cell + text-align
8.line-height + text-align
9.writing-mode
10.table
|
11.须知宽高 absolute + 负 margin
12.须知宽高 absolute + calc
13.须知宽高 absolute + margin: auto
14.须知宽高 + fixed + transform
15.须知宽高 + fixed + 负margin
16.须知宽高 + fixed + calc
17.须知宽高 + fixed + margin auto