You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
272 B

1 month ago
  1. body {
  2. margin: 0;
  3. display: flex;
  4. /* place-items: center; */
  5. min-width: 320px;
  6. min-height: 100vh;
  7. }
  8. h1 {
  9. font-size: 3.2em;
  10. line-height: 1.1;
  11. }
  12. button:focus,
  13. button:focus-visible {
  14. outline: 4px auto -webkit-focus-ring-color;
  15. }
  16. .card {
  17. padding: 2em;
  18. }