保存进度!

This commit is contained in:
2023-01-30 18:02:13 +08:00
parent e2486d497f
commit b952cf7b99
55 changed files with 17 additions and 0 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;
}