diff --git a/Games/16_Puzzle/index.html b/Games/16_Puzzle/index.html index 5bd168b742..94fdbce3ff 100644 --- a/Games/16_Puzzle/index.html +++ b/Games/16_Puzzle/index.html @@ -6,6 +6,9 @@ +
@@ -37,4 +40,4 @@

You win!

- \ No newline at end of file + diff --git a/Games/16_Puzzle/style.css b/Games/16_Puzzle/style.css index 9cc40cc8fd..072377a0b7 100644 --- a/Games/16_Puzzle/style.css +++ b/Games/16_Puzzle/style.css @@ -76,4 +76,18 @@ body { .message { color:#AA3939; height: 80px; -} \ No newline at end of file +} +ink{ +display: flex; +justify-content: center; +align-items: center; + +} + +a{ + + text-decoration: none; + color: black; + font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif\; + +}