保存进度!

This commit is contained in:
2022-11-29 14:29:26 +08:00
parent 20e4ca5f74
commit bd3a9dc825
18 changed files with 1583 additions and 115 deletions

View File

@@ -0,0 +1,20 @@
:root {
font-size: 1em;
box-sizing: border-box;
}
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: inherit;
}
body {
font-family: Arial, Helvetica, sans-serif;
}
.pointer {
cursor: pointer;
}