From accfb2a54ef9dfa500de9eb47c1a9342dba358b9 Mon Sep 17 00:00:00 2001 From: adplantade Date: Mon, 10 Aug 2020 17:52:11 +0200 Subject: [PATCH] =?UTF-8?q?page=20de=20scores=20pr=C3=A9sentable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/game.css | 15 +++++++++++++++ code/game.html | 6 +++++- code/index.css | 5 +++++ code/infoDisplayer.js | 18 +++++++++++------- code/score.php | 16 +++++++++++----- 5 files changed, 47 insertions(+), 13 deletions(-) diff --git a/code/game.css b/code/game.css index 97fffcf..1335b0d 100644 --- a/code/game.css +++ b/code/game.css @@ -117,4 +117,19 @@ -webkit-box-shadow:inset 0px 0px 0px 5px lime; -moz-box-shadow:inset 0px 0px 0px 5px lime; box-shadow:inset 0px 0px 0px 5px lime; + } + + .player { + position: absolute; + left: 5px; + } + + .logo { + text-align: center; + } + + .texteG { + font-size: xx-large; + font-weight: bold; + font-family: 'Segoe print'; } \ No newline at end of file diff --git a/code/game.html b/code/game.html index 63ce4b7..fef2a57 100644 --- a/code/game.html +++ b/code/game.html @@ -7,7 +7,11 @@ - + +