水平垂直居中

2022-04-29  本文已影响0人  迷失的信徒
div{
    width:100px;
    height:100px;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
}

父级控制子级居中

.parent{
    dsiplay:flex;
    justify-content:center;
    align-items:center;
}
上一篇 下一篇

猜你喜欢

热点阅读