Skip to content

Instantly share code, notes, and snippets.

@maliMirkec
Created February 7, 2017 13:18
Show Gist options
  • Save maliMirkec/57ec33e531fdc6404cda391b6c1a0663 to your computer and use it in GitHub Desktop.
Save maliMirkec/57ec33e531fdc6404cda391b6c1a0663 to your computer and use it in GitHub Desktop.
Simple CSS reset
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment