2019-12-04 17:53:00 +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;
}