ajout footer a rectifier

This commit is contained in:
2023-01-06 21:38:09 +01:00
parent cbfafa3e74
commit e23ffeaa81
6 changed files with 227 additions and 84 deletions

30
assets/css/footer.css Normal file
View File

@@ -0,0 +1,30 @@
footer {
font-family: system-ui;
background: #616A6B;
color: white;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
padding: 20px;
position: fixed;
bottom: 0;
width: 100%;
}
footer h2 {
font-size: 25pt;
}
footer ol {
display: inline-block;
}
footer p{
display: flex;
justify-content: center;
padding: 25px;
width: 100%;
background-color: #45a1ff;
color: white;
}