Merge branch 'Vincent' into dev
This commit is contained in:
commit
43fdce7f42
|
@ -1,3 +1,4 @@
|
|||
<app-search-bar></app-search-bar>
|
||||
<app-nav-bar></app-nav-bar>
|
||||
<app-footer></app-footer>
|
||||
<router-outlet></router-outlet>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
footer {
|
||||
width: 100%;
|
||||
height: 113px;
|
||||
background-color: #CE0000;
|
||||
}
|
||||
|
||||
.liens{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
h5{
|
||||
padding-right: 50px;
|
||||
color: white;
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 5.3 KiB |
Loading…
Reference in New Issue