diff --git a/View/src/CSS/GameEnd.css b/View/src/CSS/GameEnd.css new file mode 100644 index 00000000..480c07b5 --- /dev/null +++ b/View/src/CSS/GameEnd.css @@ -0,0 +1,22 @@ +@font-face { + font-family: Equinox; + src: url("../../assets/fonts/Equinox.otf"); + } + @font-face { + font-family: Fauna; + src: url("../../assets/fonts/Fauna.ttf"); + } + body { + min-height: 100vh; + font-family: "Equinox", sans-serif; + color: white; + scroll-behavior: smooth; + background-color: #050e15; + } + +h1, +h2, +p { + font-family: "Fauna", sans-serif; + color: white; +} \ No newline at end of file diff --git a/View/src/pages/Multijoueur/GameEnd.php b/View/src/pages/Multijoueur/GameEnd.php index 16d4a194..a6497a7e 100644 --- a/View/src/pages/Multijoueur/GameEnd.php +++ b/View/src/pages/Multijoueur/GameEnd.php @@ -10,14 +10,16 @@ - +
Retour -Bien joué à tous la partie est finis, voici le classement :
+Bien joué à tous la partie est finis, voici le classement :
+