Modif graphique LobbyEnd
continuous-integration/drone/push Build is failing Details

ServeurDeTest
Noé GARNIER 2 years ago
parent 67040a4eb7
commit 8add1fa678

@ -0,0 +1,19 @@
@font-face {
font-family: Equinox;
src: url("../../assets/fonts/Equinox.otf");
}
body {
min-height: 100vh;
font-family: "Equinox", sans-serif;
color: white;
scroll-behavior: smooth;
background-color: #050e15;
}
h1,
p {
font-family: "Fauna", sans-serif;
font-size: 14px;
color: white;
}

@ -6,16 +6,17 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous">
<link rel="stylesheet" href="./View/src/CSS/LobbyEnd.css" />
</head>
<body>
<body class="d-flex justify-content-center">
<div class="container">
<div class="row">
<div class="col-12">
<h1>Lobby de fin de partie</h1>
</div>
</div>
<div class="row">
<div class="row" style="border-radius: 10px; border-color: white;">
<div class="col-12">
<p>Vous avez terminer toute les énimges.</p>
<p>Votre score est de : <?php echo $points ?> points.</p>

Loading…
Cancel
Save