image.acss 142 B

123456789
  1. .page-section-demo {
  2. display: flex;
  3. justify-content: space-around;
  4. }
  5. .image {
  6. background-color: red;
  7. width: 100px;
  8. height: 100px;
  9. }