sendou.ink/app/styles/reset.css
2021-12-04 14:00:28 +02:00

40 lines
404 B
CSS

/*
Modified from https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
box-sizing: border-box;
}
* {
margin: 0;
overflow-wrap: break-word;
}
html,
body {
height: 100%;
}
body {
-webkit-font-smoothing: antialiased;
line-height: 1.5;
}
img,
picture,
video,
canvas,
svg {
display: block;
max-width: 100%;
}
input,
button,
textarea,
select {
font: inherit;
}