Skip to content

Instantly share code, notes, and snippets.

@gusmalc
Last active April 6, 2023 22:35
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 gusmalc/223481326aafaed70f76ca56810b7600 to your computer and use it in GitHub Desktop.
Save gusmalc/223481326aafaed70f76ca56810b7600 to your computer and use it in GitHub Desktop.
DW css base
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body{
padding: 0;
margin: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment