This commit is contained in:
2024-09-24 12:10:18 +05:30
parent 657ce74d43
commit d1a01b60fe
12 changed files with 6423 additions and 0 deletions

5
src/App.css Normal file
View File

@@ -0,0 +1,5 @@
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}