.container{
width: 100%;
height: 100%;
display: flex;
align-items: center; /* 垂直居中 */
justify-content: center; /* 水平居中 */
}
.container div{
width: 100px;
height: 100px;
background-color: blue
}
.container{
width: 100%;
height: 100%;
display: flex;
align-items: center; /* 垂直居中 */
justify-content: center; /* 水平居中 */
}
.container div{
width: 100px;
height: 100px;
background-color: blue
}
本文标题:居中布局
本文链接:https://www.haomeiwen.com/subject/uwhczctx.html
网友评论