Skip to content

Instantly share code, notes, and snippets.

@magnobiet
Created February 22, 2023 17:29
Show Gist options
  • Save magnobiet/3e89e92fdad98e9a96f8475467006d97 to your computer and use it in GitHub Desktop.
Save magnobiet/3e89e92fdad98e9a96f8475467006d97 to your computer and use it in GitHub Desktop.
* {
margin: 0;
padding: 0;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
:root {
font-size: 62.5%;
}
body {
font-size: 1.6rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment