middle
单行文本水平&垂直居中
div {
line-height:200;
height:200;
text-align:center;
}仅居中元素定宽高适用
- absolute + 负margin
- absolute + margin auto
- absolute + calc居中元素不定宽高
- absolute + transform
- line-height
- writing-mode
- table
- css-table
- flex
- grid<div class="wp">
<div class="box size">123123</div>
</div>
总结
方法
居中元素定宽高固定
PC兼容性
移动端兼容性
Last updated