ajout du footer avec les liens et les partenaires

This commit is contained in:
Medenos
2022-09-27 23:19:13 -04:00
parent f03d50b474
commit 42739e1a35
6 changed files with 49 additions and 427 deletions

View File

@@ -4,6 +4,11 @@ body {
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
min-height: 100%;
}
html{
height:100%;
}
.home-text{
@@ -106,9 +111,36 @@ body {
background-color: plum;
}
.footer-container{
color: black;
margin-top: 5%;
background-color: black;
padding: 2% 3% 2% 3%;
background-color: white;
}
.footer-links{
display: flex;
}
.footer-link{
color:purple;
text-shadow: 5px 5px 10px rgba(0, 0, 0, .75);
margin:auto;
}
.footer-link:hover{
color: plum;
}
.footer-partners{
display:flex;
}
.partner-img{
margin:auto;
height:50px;
}
/* specification pour les écrans plus petits / cells */