Implement TicTacToe
This commit is contained in:
+10
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user