2021-12-21 09:51:43 +08:00

13 lines
167 B
Plaintext

.wrapper {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.block {
width: 120px;
height: 120px;
background-color: #fff;
}