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.

7 lines
153 B

3 years ago
  1. body, html {
  2. margin: 0;
  3. font-family: sans-serif;
  4. -webkit-font-smoothing: antialiased;
  5. -moz-osx-font-smoothing: grayscale;
  6. padding: 0;
  7. }