美文网首页
水平垂直居中

水平垂直居中

作者: 迷失的信徒 | 来源:发表于2022-04-29 15:34 被阅读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;
    }
    

    相关文章

      网友评论

          本文标题:水平垂直居中

          本文链接:https://www.haomeiwen.com/subject/ehrsyrtx.html