Change index.js and index.css to game.js and game.css
This commit is contained in:
@@ -48,8 +48,8 @@ main {
|
||||
|
||||
.cell {
|
||||
border: 1px solid #333333;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
transition: all 0.2s ease;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
Reference in New Issue
Block a user