add everything

This commit is contained in:
Koolant
2026-04-17 12:29:41 -04:00
commit 4c1cfe6847
437 changed files with 11939 additions and 0 deletions

72
css/reset.css Normal file
View File

@@ -0,0 +1,72 @@
*,
*::before,
*::after {
box-sizing: border-box;
}
html,
body,
ol,
ul {
margin: 0;
padding: 0;
border: 0;
font: inherit;
}
ol,
ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td {
padding: 0;
}
blockquote,
q {
quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
content: none;
}
a {
color: inherit;
text-decoration: inherit;
}
img {
display: block;
}
input,
button {
color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd {
margin: 0;
font-weight: normal;
}
iframe {
border: none;
}