.element {
width: 300px; height: 200px;
position: absolute;
left: 0; right: 0; top: 0; bottom: 0;
margin: auto;
}
结果如下:
pic.png
完全居中,兼容性还很好
.element {
width: 300px; height: 200px;
position: absolute;
left: 0; right: 0; top: 0; bottom: 0;
margin: auto;
}
结果如下:
完全居中,兼容性还很好
本文标题:看书记录--比较完美的绝对定位水平垂直居中的办法
本文链接:https://www.haomeiwen.com/subject/hptgqqtx.html
网友评论