style.css 230 B

1234567891011121314151617181920
  1. h1, h3, a {
  2. font-family: Sans-Serif;
  3. font-weight: 400;
  4. text-align: center;
  5. display: block;
  6. }
  7. a {
  8. text-decoration: none;
  9. }
  10. p > * {
  11. display: inline;
  12. }
  13. body {
  14. display: flex;
  15. align-items: center;
  16. justify-content: center;
  17. }