styles.css 68 B

1234567
  1. * {
  2. box-sizing: border-box;
  3. }
  4. :root {
  5. font-family: sans-serif;
  6. }