page 404 et début choix humeur

This commit is contained in:
cecilesimplon93 2022-02-15 15:46:31 +01:00
parent acfb169715
commit 50ef04ca86
20 changed files with 11672 additions and 138 deletions

View file

@ -4,12 +4,16 @@
<div class="ctn-link min-vh-100">
<div class="text-center">
<p> Page introuvable</p>
<a routerLink="" routerLinkActive="!active">Je retourne à l'accueil</a>
</div>
<p></p>
<img src="/assets/images/404.gif" alt="Page introuvable">
</div>
</div>
</div>

View file

@ -11,6 +11,9 @@ p{
.min-vh-100 {
font-weight: bold;
background-image: linear-gradient(to left top, #051937, #004d7a, #008793, #e2ebe7, #f8faf5);
//background-image: linear-gradient(to left top, #051937, #004d7a, #008793, #e2ebe7, #f8faf5);
//max-width: max-content;
}
img {justify-content: center;
}