Skip to content

Instantly share code, notes, and snippets.

@Voloshin-Sergei
Last active September 27, 2020 21:44
Show Gist options
  • Save Voloshin-Sergei/6822883042ac0ea965de3f2687617e9d to your computer and use it in GitHub Desktop.
Save Voloshin-Sergei/6822883042ac0ea965de3f2687617e9d to your computer and use it in GitHub Desktop.
normal
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment