Skip to content

Instantly share code, notes, and snippets.

@lukaszx0
Created December 4, 2019 06:31
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 lukaszx0/a2ef66bb5fd0b99ffb8a41abc6f314ff to your computer and use it in GitHub Desktop.
Save lukaszx0/a2ef66bb5fd0b99ffb8a41abc6f314ff to your computer and use it in GitHub Desktop.
Simple reset
*,
*::before,
*::after{box-sizing:border-box;}
a{text-decoration:none; color:inherit; cursor:pointer;}
button{background-color:transparent; color:inherit; border-width:0; padding:0; cursor:pointer;}
figure{margin:0;}
input::-moz-focus-inner {border:0; padding:0; margin:0;}
ul, li, ol, dd{margin:0; padding:0; list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0; font-size:inherit; font-weight:inherit;}
p{margin:0;}
cite {font-style:normal;}
fieldset{border-width:0; padding:0; margin:0;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment