cv.marc/style/reset.css
2025-02-17 21:06:21 +01:00

17 lines
132 B
CSS

*::after,
*::before,
* {
box-sizing: border-box;
}
* {
font: inherit;
margin: 0;
padding: 0;
}
html {
}
body {
}