From 24ef8900a6cee10685f425739364fea6ca0d903a Mon Sep 17 00:00:00 2001 From: Raphael LACOTE Date: Wed, 15 Mar 2023 14:29:12 +0100 Subject: [PATCH] =?UTF-8?q?D=C3=A9but=20de=20cr=C3=A9ation=20de=20la=20vue?= =?UTF-8?q?=20high=20scores?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/index.css | 28 ++++++++++++++ views/leaderboard.html | 83 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 111 insertions(+) create mode 100644 views/leaderboard.html diff --git a/styles/index.css b/styles/index.css index e728d40..a9c4485 100755 --- a/styles/index.css +++ b/styles/index.css @@ -138,3 +138,31 @@ h1 { color:red; font-family:'Comic Sans MS'; } + +#horizontale-center { + position: absolute; + top: 30%; + left: 50%; + transform: translate(-50%, -50%); + display: flex; + flex-direction: column; + justify-content: center; + text-align: center; +} + +#verticale-center { + position: absolute; + top: 30%; + left: 50%; + transform: translate(-50%, -50%); + display: flex; + justify-content: center; + text-align: center; +} + +#high-score-option { + font-size: 0.9rem; + border-radius: 10px; + border: 2px solid; + +} diff --git a/views/leaderboard.html b/views/leaderboard.html new file mode 100644 index 0000000..e8c8b71 --- /dev/null +++ b/views/leaderboard.html @@ -0,0 +1,83 @@ + + + + + + + Tutorial + + + + + + +
+ +
+ + +
+

BEST SCORES


+ +
+ +
Select a type of game
+ + +
Select a variant
+ +
+ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
Tableau des meilleures scores
The table body
The table body
The table body
The table body
The table body
+
+ + + + + + \ No newline at end of file