Skip to content

Instantly share code, notes, and snippets.

@dougwt
Last active July 17, 2018 20:27
Show Gist options
  • Save dougwt/34a216ac1747d99624d13cc6e8b741ae to your computer and use it in GitHub Desktop.
Save dougwt/34a216ac1747d99624d13cc6e8b741ae to your computer and use it in GitHub Desktop.
css reset
* {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
box-sizing: border-box;
vertical-align: baseline;
background: transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment