sendou.ink/app/styles/reset.css
2025-02-20 22:25:34 +02:00

30 lines
297 B
CSS

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