Skip to content

Instantly share code, notes, and snippets.

@pak11273
Last active February 21, 2021 01:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pak11273/a280ac5ddce4f1579a2c8d5345b707ce to your computer and use it in GitHub Desktop.
Save pak11273/a280ac5ddce4f1579a2c8d5345b707ce to your computer and use it in GitHub Desktop.
Global CSS Styles
* {
box-sizing: border-box;
max-width: 100%;
}
html {
/* browser font-size is usually 16px */
/* em relies on parent font-size */
/* root font-size */
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