Skip to content

Instantly share code, notes, and snippets.

@elusive
Last active February 7, 2024 05:18
Show Gist options
  • Save elusive/b8eb6fb35754316dad849cc50cff0540 to your computer and use it in GitHub Desktop.
Save elusive/b8eb6fb35754316dad849cc50cff0540 to your computer and use it in GitHub Desktop.
CSS Simple Reset
/* RESET */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
}
em {
font-style: italic;
}
strong {
font-weight: bold;
}
html,
body {
margin:0;
padding:0;
height:100%;
}
/* /END RESET */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment