Skip to content

Instantly share code, notes, and snippets.

@pigeonfresh
Last active April 20, 2021 07:44
Show Gist options
  • Save pigeonfresh/6a6ce1ef1afd63b6c7c391200e719b38 to your computer and use it in GitHub Desktop.
Save pigeonfresh/6a6ce1ef1afd63b6c7c391200e719b38 to your computer and use it in GitHub Desktop.
A set of base styling
:root {
font-size: 100%;
}
*,
*:before,
*:after {
box-sizing: border-box;
}
html {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
position: relative;
min-height: 100%;
}
body {
min-height: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment