index.acss 181 B

123456789101112
  1. .wrapper {
  2. display: flex;
  3. align-items: center;
  4. justify-content: center;
  5. height: 100%;
  6. }
  7. .block {
  8. width: 120px;
  9. height: 120px;
  10. background-color: #fff;
  11. }