Skip to content

Instantly share code, notes, and snippets.

@stephan-romhart
Created October 16, 2021 09:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save stephan-romhart/91716eb47202163fac5e8a7b6679389f to your computer and use it in GitHub Desktop.
Save stephan-romhart/91716eb47202163fac5e8a7b6679389f to your computer and use it in GitHub Desktop.
/* Reset */
*,*::before,*::after{
box-sizing:border-box;
}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td,
header,footer,aside,nav,article,figure,figcaption{
margin:0;
padding:0;
}
fieldset,img{
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
font-style:normal;
font-weight:400;
}
ol,ul{
list-style:none;
}
caption,th{
text-align:left;
}
h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:400;
}
q:before,q:after{
content:'';
}
abbr,acronym{
border:0;
}
a{
text-decoration:none;
}
a:active,a:focus{
outline:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment