start footer

This commit is contained in:
isUnknown 2024-07-31 12:09:03 +02:00
parent 41a7b7b4cb
commit 1945557d93
21 changed files with 195 additions and 77 deletions

View file

@ -0,0 +1,9 @@
.main-footer {
background-color: var(--color-yellow-fluo);
display: grid;
grid-template-columns: repeat(4, 1fr);
}
.main-footer p {
margin-bottom: 1rem;
}