Files
2025-07-07 09:39:03 +08:00

14 lines
116 B
CSS

html, body {
margin: 0;
border: none;
padding: 0;
}
p {
margin: 0;
}
* {
user-select: none;
}