From e9f0aa2272d96fb9c226da58c609ce52b8e00c3e Mon Sep 17 00:00:00 2001 From: adplantade Date: Fri, 7 Aug 2020 17:07:09 +0200 Subject: [PATCH] VRAI centrage des boutons des menus --- code/highscores.css | 14 ++++++++++++++ code/highscores.php | 6 +++--- code/index.css | 4 ++++ 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/code/highscores.css b/code/highscores.css index ded7e89..31bca81 100644 --- a/code/highscores.css +++ b/code/highscores.css @@ -135,4 +135,18 @@ margin-right: auto; font-size: xx-large; font-weight: bold; font-family: 'Segoe print'; +} +.bd { + + border-style: solid; + border-width: 5px; +} +.bd2 { + border-color: mediumblue; + border-style: solid; + border-width: 5px; +} + +ul { + padding-inline-start: 0px; } \ No newline at end of file diff --git a/code/highscores.php b/code/highscores.php index bfd717d..f6c290d 100644 --- a/code/highscores.php +++ b/code/highscores.php @@ -13,7 +13,7 @@
-
    +
      @@ -25,7 +25,7 @@
    -
      +
        @@ -89,7 +89,7 @@
    -
    +
    Pseudo :
    diff --git a/code/index.css b/code/index.css index f553090..3dd693f 100644 --- a/code/index.css +++ b/code/index.css @@ -160,4 +160,8 @@ font-size: xx-large; font-weight: bold; font-family: 'Segoe print'; + } + + ul { + padding-inline-start: 0px; } \ No newline at end of file