Skip to content

Instantly share code, notes, and snippets.

@leninalbertolp
Last active September 7, 2018 01:39
Show Gist options
  • Save leninalbertolp/e878c190e3d1d375102f25a741a1d7ec to your computer and use it in GitHub Desktop.
Save leninalbertolp/e878c190e3d1d375102f25a741a1d7ec to your computer and use it in GitHub Desktop.
Creando mi propio reset
*,
*::after,
*::before {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment