30 lines
473 B
CSS
30 lines
473 B
CSS
|
.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;
|
||
|
|
||
|
}
|