Ajout du logo

This commit is contained in:
Valentin Moguérou 2023-07-15 14:18:08 +02:00
parent f3bb59adb1
commit cdeff71a34
3 changed files with 28 additions and 0 deletions

View File

@ -12,6 +12,11 @@
<body onload="update()">
<header>
<a href="/">&larr; Retour vers le portail des simulations</a>
<div id="logo">
<a href="https://www.wikibac.fr">
<img src="../res/logo.png" alt="Logo de Wikibac : une pièce de puzzle avec des feuilles de laurier"><span>WikiBac</span>
</a>
</div>
<h1>Simulateur du BFI</h1>
</header>
<div class="resultat">

View File

@ -21,6 +21,29 @@ header {
margin: 10px;
}
#logo {
margin: 20px 0;
text-align: center;
}
#logo a {
display: inline-flex;
justify-content: center;
align-items: center;
gap: 10px;
color: black;
text-decoration: none;
}
#logo img {
width: 3em;
height: 3em;
}
#logo span {
font-size: 2em;
}
main {
width: clamp(400px, 70%, 1200px);
margin: 30px auto;

BIN
res/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB