start footer
This commit is contained in:
parent
41a7b7b4cb
commit
1945557d93
21 changed files with 195 additions and 77 deletions
9
assets/css/src/footer.css
Normal file
9
assets/css/src/footer.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue