create two version old and new

This commit is contained in:
Hugo LAMY
2022-03-26 18:56:28 +01:00
parent e10fc7ce33
commit 3d938681a0
575 changed files with 10766 additions and 3 deletions

15
new/styles/footer.css Normal file
View File

@@ -0,0 +1,15 @@
/*---------------------------------------------*/
/*FOOTER*/
.footer {
height: var(--footer-height);
background-color: var(--color-back-dark);
}
.footer .footer_container {
margin: auto;
}
.footer p {
margin: 3px auto;
font-size: 1.4em;
text-align: center;
}