-
-
Save davidhemphill/288440 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* `HTML5 Reset | |
----------------------------------------------------------------------------------------------------*/ | |
a, | |
abbr, | |
address, | |
article, | |
aside, | |
audio, | |
b, | |
blockquote, | |
body, | |
caption, | |
cite, | |
code, | |
dd, | |
del, | |
dfn, | |
dialog, | |
div, | |
dl, | |
dt, | |
em, | |
fieldset, | |
figure, | |
footer, | |
form, | |
h1, | |
h2, | |
h3, | |
h4, | |
h5, | |
h6, | |
header, | |
hgroup, | |
hr, | |
html, | |
i, | |
iframe, | |
img, | |
ins, | |
kbd, | |
label, | |
legend, | |
li, | |
mark, | |
menu, | |
menu, | |
nav, | |
object, | |
ol, | |
p, | |
pre, | |
q, | |
samp, | |
section, | |
small, | |
span, | |
strong, | |
sub, | |
sup, | |
table, | |
tbody, | |
td, | |
tfoot, | |
th, | |
thead, | |
time, | |
tr, | |
ul, | |
var, | |
video { | |
border: 0; | |
margin: 0; | |
padding: 0; | |
font-size: 100%; | |
} | |
html, | |
body { | |
height: 100%; | |
} | |
img { | |
font-size: 0; | |
} | |
table { | |
border-collapse: collapse; | |
border-spacing: 0; | |
} | |
th, | |
td, | |
caption { | |
font-weight: normal; | |
vertical-align: top; | |
text-align: left; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment