changement des Nav.Link pour des Link avec nav-link en class. Permet de ne pas reloader la page quand on la change tout en changeant l'URL

This commit is contained in:
Medenos
2022-09-27 22:40:07 -04:00
parent 938cbb42d2
commit f03d50b474
3 changed files with 51 additions and 14 deletions

View File

@@ -106,6 +106,11 @@ body {
background-color: plum;
}
.footer-container{
margin-top: 5%;
background-color: black;
}
/* specification pour les écrans plus petits / cells */
@media (max-width:450px) {
.featured-img {