ajout du footer avec les liens et les partenaires
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user