Implement TicTacToe

This commit is contained in:
2023-09-22 05:28:09 +08:00
parent 84a2b3107d
commit 82492e10d9
4 changed files with 218 additions and 19 deletions
+10
View File
@@ -24,6 +24,16 @@
color: white;
}
.App-body {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: white;
}
.App-link {
color: #61dafb;
}