Ajout du logo
This commit is contained in:
parent
f3bb59adb1
commit
cdeff71a34
@ -12,6 +12,11 @@
|
|||||||
<body onload="update()">
|
<body onload="update()">
|
||||||
<header>
|
<header>
|
||||||
<a href="/">← Retour vers le portail des simulations</a>
|
<a href="/">← 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>
|
<h1>Simulateur du BFI</h1>
|
||||||
</header>
|
</header>
|
||||||
<div class="resultat">
|
<div class="resultat">
|
||||||
|
@ -21,6 +21,29 @@ header {
|
|||||||
margin: 10px;
|
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 {
|
main {
|
||||||
width: clamp(400px, 70%, 1200px);
|
width: clamp(400px, 70%, 1200px);
|
||||||
margin: 30px auto;
|
margin: 30px auto;
|
||||||
|
BIN
res/logo.png
Normal file
BIN
res/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 75 KiB |
Loading…
Reference in New Issue
Block a user