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 @@ + + + + +
+ +Tableau des meilleures scores | +
---|
The table body | +
The table body | +
The table body | +
The table body | +
The table body | +