CSS水平垂直居中

By | 2022-03-24
.box {
    display: flex;
    align-items: center;
    justify-content: center;
}