1
0
mirror of https://github.com/mizanxali/uno-online synced 2025-12-08 03:03:27 +00:00

Changed folder structure

This commit is contained in:
Mizanali Panjwani
2021-02-22 05:02:50 +05:30
parent 6d4f183acc
commit fd86244bef
17 changed files with 1 additions and 20 deletions

10
client/src/App.css Normal file
View File

@@ -0,0 +1,10 @@
.App {
text-align: center;
}
.card {
border: 1px solid black;
padding: 20px;
margin: 20px;
display: inline-block;
}