Last active
December 7, 2015 11:02
-
-
Save bookercodes/e50803a232bb1e7ecc61 to your computer and use it in GitHub Desktop.
Booker's reset.css. (I am building this as I go along and I only care about IE 9+.)
This file contains hidden or 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
html, | |
body, | |
body div, | |
span, | |
object, | |
iframe, | |
h1, | |
h2, | |
h3, | |
h4, | |
h5, | |
h6, | |
p, | |
blockquote, | |
pre, | |
abbr, | |
address, | |
cite, | |
code, | |
del, | |
dfn, | |
em, | |
img, | |
ins, | |
kbd, | |
q, | |
samp, | |
small, | |
strong, | |
sub, | |
sup, | |
var, | |
b, | |
i, | |
dl, | |
dt, | |
dd, | |
ol, | |
ul, | |
li, | |
fieldset, | |
form, | |
label, | |
legend, | |
table, | |
caption, | |
tbody, | |
tfoot, | |
thead, | |
tr, | |
th, | |
td, | |
article, | |
aside, | |
figure, | |
footer, | |
header, | |
menu, | |
nav, | |
section, | |
time, | |
mark, | |
audio, | |
video, | |
details, | |
summary, | |
button { | |
background: transparent; | |
border: 0; | |
font-size: 100%; | |
font-weight: normal; | |
margin: 0; | |
padding: 0; | |
vertical-align: baseline; | |
} | |
ul { | |
list-style: none; | |
} | |
a { | |
color: inherit; | |
text-decoration: none; | |
} | |
button { | |
background: none; | |
border: 0; | |
color: inherit; | |
cursor: pointer; | |
font-family: inherit; | |
font-size: inherit; | |
outline: none; | |
} | |
html { | |
box-sizing: border-box; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment