body{
position: relative;
width: 100%;
height: 100%;
}
div{
position:absolute;
width:400px;
height:400px;
left:50%;
top:50%;
margin:-200px 0 0 -200px;
}
body{
position: relative;
width: 100%;
height: 100%;
}
div{
position:absolute;
width:400px;
height:400px;
left:50%;
top:50%;
margin:-200px 0 0 -200px;
}
本文标题:让一个div在div或body中水平垂直居中
本文链接:https://www.haomeiwen.com/subject/gcehwxtx.html
网友评论