home: add welcome text

This commit is contained in:
Agahnim 2026-03-19 17:01:44 +01:00
parent b5806510f1
commit 6325e0568c
2 changed files with 13 additions and 26 deletions

View file

@ -71,6 +71,13 @@ navbar {
color: inherit;
}
}
}
/* Home */
home-content {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}

View file

@ -1,25 +1,5 @@
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<h1>Bonjour</h1>
<home-content>
<welcome>
<img src="/static/assets/images/welcome.webp" alt="A welcome text in pink" />
</welcome>
</home-content>