style.css 250 B

12345678910111213
  1. section {
  2. width: 50vw;
  3. height: 50vh;
  4. display: flex;
  5. flex-direction: column;
  6. justify-content: center;
  7. align-items: center;
  8. border-width: 12px;
  9. border-radius: 2px;
  10. background-color: bisque;
  11. padding: 20px 20px;
  12. }