This commit is contained in:
Ruin
2022-03-10 12:30:05 +08:00
parent 602e9d2f87
commit db6e49ad10
14 changed files with 1524 additions and 550 deletions

View File

@@ -1,4 +1,13 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box !important;
}
li {
list-style: none;
}
.w {
width: 80vw;
margin: 0 auto;
}
$fzt: 20px;