home: add welcome text
This commit is contained in:
parent
bd9f8a6da8
commit
b7b866834b
2 changed files with 13 additions and 26 deletions
|
|
@ -71,6 +71,13 @@ navbar {
|
|||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Home */
|
||||
home-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue