CSS3弹性盒子align-items属性之center垂直居中

div{
    display:flex;
    align-items:center;
}
posted @ 2021-04-01 13:43  盘思动  阅读(2428)  评论(0)    收藏  举报