create two version old and new
This commit is contained in:
15
new/styles/footer.css
Normal file
15
new/styles/footer.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user