Merge branch 'Vincent' into dev

This commit is contained in:
Vincent Ramiere 2022-01-20 12:31:08 +01:00
commit 43fdce7f42
4 changed files with 29 additions and 1 deletions

View File

@ -1,3 +1,4 @@
<app-search-bar></app-search-bar>
<app-nav-bar></app-nav-bar>
<app-footer></app-footer>
<router-outlet></router-outlet>

View File

@ -1 +1,14 @@
<p>footer works!</p>
<footer class="d-flex fixed-bottom">
<div class = "logo d-inline-flex align-items-center">
<img src="../../assets/Logo_footer.png">
</div>
<div class="liens d-flex justify-content-end align-items-center">
<h5>Aide</h5>
<h5>Contact</h5>
<h5>Administrateurs</h5>
<h5>Mentions legales</h5>
</div>
</footer>

View File

@ -0,0 +1,14 @@
footer {
width: 100%;
height: 113px;
background-color: #CE0000;
}
.liens{
width: 100%;
}
h5{
padding-right: 50px;
color: white;
}

BIN
src/assets/Logo_footer.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB