Affichage Footer
Ajout de balises div à index.html
This commit is contained in:
parent
cb2aedc7ff
commit
6257d8a592
5 changed files with 56 additions and 22 deletions
30
public/css/footer.css
Normal file
30
public/css/footer.css
Normal file
|
@ -0,0 +1,30 @@
|
|||
.pageFooter {
|
||||
background: #394596;
|
||||
/*Bleu AGECEM*/
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
padding: 20px;
|
||||
bottom: 0;
|
||||
position: fixed;
|
||||
|
||||
}
|
||||
|
||||
ul.footerElementList {
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
list-style: none;
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
|
||||
li.footerElement {
|
||||
font-family: "Poppins";
|
||||
font-weight: 400;
|
||||
/*semi-bold*/
|
||||
font-size: 0, 75rem;
|
||||
/*12px*/
|
||||
text-align: center;
|
||||
|
||||
}
|
|
@ -15,6 +15,7 @@ img {
|
|||
body {
|
||||
margin: 0;
|
||||
padding-top: 60px;
|
||||
padding-bottom: 80px;
|
||||
}
|
||||
|
||||
ul {
|
||||
|
@ -24,6 +25,7 @@ ul {
|
|||
a {
|
||||
color: #FF563C;
|
||||
text-decoration: none;
|
||||
font-family: "Poppins";
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue