reset.css 139 B

1234567891011
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. list-style: none;
  5. text-decoration: none;
  6. box-sizing: border-box;
  7. }
  8. body, html {
  9. font-size: 30px;
  10. }