diff --git a/Sudoku.php b/Sudoku.php index 034b634..386ffb3 100644 --- a/Sudoku.php +++ b/Sudoku.php @@ -419,6 +419,18 @@ if (!isset($_SESSION['username'])) { .rank-2 { color: silver; font-weight: bold; } .rank-3 { color: chocolate; font-weight: bold; } + .game-credit { + position: fixed; + bottom: 10px; + width: 100%; + text-align: center; + font-size: 12px; + color: rgba(0, 0, 0, 0.6); + font-weight: bold; + pointer-events: none; + } + + @@ -923,6 +935,12 @@ function saveScore() { .then(data => console.log("SAVE SCORE:", data)) .catch(err => console.error(err)); } + +