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;
|
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>
|
<home-content>
|
||||||
<h1>Bonjour</h1>
|
<welcome>
|
||||||
<h1>Bonjour</h1>
|
<img src="/static/assets/images/welcome.webp" alt="A welcome text in pink" />
|
||||||
<h1>Bonjour</h1>
|
</welcome>
|
||||||
<h1>Bonjour</h1>
|
</home-content>
|
||||||
<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>
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue