This commit is contained in:
xiao.xiong
2024-09-12 16:37:38 +08:00
commit d03391446f
21 changed files with 4064 additions and 0 deletions

12
src/index.css Normal file
View File

@@ -0,0 +1,12 @@
html,
body {
width: 100%;
height: 100%;
font-size: 16px;
font-family: 'Montserrat', sans-serif;
}
#root {
width: 100%;
height: 100%;
}