reset/html,body

This commit is contained in:
Marc Beninca 2025-02-17 21:06:21 +01:00
parent 761c606cec
commit 11c93a6e3c
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 18 additions and 3 deletions

View file

@ -1,3 +1,5 @@
* { * {
border: 1px dashed lightgray; border-color: lightgray;
border-style: dashed;
border-width: 1px;
} }

View file

@ -1,4 +1,17 @@
*::after,
*::before,
* { * {
box-sizing: border-box;
}
* {
font: inherit;
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
html {
}
body {
}