Files
youhavetrouble.github.io/reset.css
T

48 lines
500 B
CSS

* {
box-sizing: border-box;
}
:root {
margin: 0;
padding: 0;
}
::-moz-selection {
background: rgba(255,255,255, 0.2);
}
::selection {
background: rgba(255,255,255, 0.2);
}
html {
background-size: cover;
font-size: 1.2em;
}
body {
margin: 0;
width: 100%;
min-height: 100vh;
padding: 0;
}
small {
font-size: 0.6rem;
}
p, h1, h2, h3, h4, h5, h6 {
text-align: center;
margin: 0;
}
a {
text-decoration: none;
}
h1 {
font-size: 1.5rem;
}
h2 {
font-size: 1.1rem;
}