Skip to content

Instantly share code, notes, and snippets.

@scalactic
Created November 14, 2022 19:14
Show Gist options
  • Save scalactic/c7ef950d7e3ae59eba998206d3233cf9 to your computer and use it in GitHub Desktop.
Save scalactic/c7ef950d7e3ae59eba998206d3233cf9 to your computer and use it in GitHub Desktop.
css setup
*, *::before, *::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment