Skip to content

Instantly share code, notes, and snippets.

@morr
Created July 1, 2015 18:53
Show Gist options
  • Save morr/2c063b58d3f975a73f3f to your computer and use it in GitHub Desktop.
Save morr/2c063b58d3f975a73f3f to your computer and use it in GitHub Desktop.
html, body {
height: 100%;
min-height: 100%;
}
html, body, div, span, p, a, em, img, strong, ul, b, u, i, dl, dt, dd, ol, form, label, table, tbody, tfoot, thead, tr, th, td, h1, h2, h3, h4, h5, h6, input, fieldset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
vertical-align: baseline;
}
ul {
list-style-type: none;
}
button::-moz-focus-inner {
border: none;
}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
border: none;
}
textarea {
resize: vertical;
}
:focus {
outline: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment