Update with correct files from video tutorial

This commit is contained in:
Ademir
2023-12-06 07:26:32 +01:00
parent 7f455216d7
commit 9fab4a6a9d
4 changed files with 57 additions and 285 deletions

View File

@@ -35,7 +35,7 @@ body,
.game-border-3 {
border: #8b966c solid 30px;
border-radius: 20px;
box-shadow: inset 0 0 0 5px #5b6448;
box-shadow: inset 0 0 0 5px #8b966c;
}
#instruction-text {
@@ -76,7 +76,6 @@ body,
}
.snake {
background-color: #414141;
border: #5a5a5a 1px dotted;
}