This commit is contained in:
2026-01-13 00:31:55 -06:00
parent ef6475b758
commit d8367ca6ec
14 changed files with 9296 additions and 0 deletions

14
src/index.css Normal file
View File

@@ -0,0 +1,14 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
}
#root {
height: 100vh;
}