Footer wip

This commit is contained in:
Hazem Krimi
2023-11-06 23:50:46 +01:00
parent 254d473e45
commit 2ccb68d1b6
6 changed files with 49 additions and 5 deletions
+1
View File
@@ -55,6 +55,7 @@ body {
main {
width: 85%;
min-height: 70vh;
margin: auto;
}
+22
View File
@@ -0,0 +1,22 @@
:root {
--footer-light-background: #ECECEC;
--footer-dark-background: #131212;
}
footer {
width: 100%;
min-height: 25rem;
padding: 3rem 5rem;
margin-top: 2.5rem;
display: flex;
align-items: start;
column-gap: 6rem;
background-color: var(--footer-background);
color: var(--text);
}
footer div {
width: 20rem;
}