diff --git a/html/index.html b/html/index.html index 984724a..bc22f67 100644 --- a/html/index.html +++ b/html/index.html @@ -1,5 +1,6 @@ + @@ -12,15 +13,18 @@ align-items: center; margin: 20px; } + .game-board { display: grid; grid-template-columns: repeat(7, 40px); gap: 5px; margin-bottom: 20px; } + .black-cell { background-color: black; } + .game-board div { width: 40px; height: 40px; @@ -29,6 +33,7 @@ justify-content: center; align-items: center; } + .info-section { display: flex; justify-content: space-between; @@ -36,29 +41,40 @@ max-width: 600px; margin-bottom: 20px; } - .lobby-leaderboard, .current-game { + + .lobby-leaderboard, + .current-game { border: 1px solid #000; padding: 10px; } + .current-game { flex: 1; margin-left: 10px; } - .leaderboard-table, .score-table { + + .leaderboard-table, + .score-table { width: 100%; border-collapse: collapse; } - .leaderboard-table th, .leaderboard-table td, .score-table th, .score-table td { + + .leaderboard-table th, + .leaderboard-table td, + .score-table th, + .score-table td { border: 1px solid #000; padding: 5px; text-align: center; } + .actions { text-align: center; margin-top: 20px; } +

Turn of Destiny

@@ -66,22 +82,27 @@

Turn of Destiny

Lobby Leaderboard

- -
RankUserScore
+ + Rank + User + Score + +

Current Game

Category: Games

-
+

Guess:

Timer:

Stake:

Scores

-
+

Status:

Round:

Winner:

+

Current Player:

@@ -93,9 +114,12 @@

Scores

- + + + - +