mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2025-05-28 06:13:14 +00:00
:3
This commit is contained in:
parent
03c1d99567
commit
a3d1ec57ce
33 changed files with 408 additions and 203 deletions
26
css/footer.css
Normal file
26
css/footer.css
Normal file
|
@ -0,0 +1,26 @@
|
|||
/*
|
||||
Footer
|
||||
*/
|
||||
|
||||
footer {
|
||||
margin: auto; padding: 1rem;
|
||||
width: auto;
|
||||
|
||||
display: flex; flex-direction: row; flex-wrap: wrap;
|
||||
justify-content: space-around; align-items: center;
|
||||
|
||||
background-color: var(--bg); color: var(--fg);
|
||||
|
||||
border-radius: var(--rad);
|
||||
|
||||
box-shadow: var(--shadow);
|
||||
}
|
||||
footer * {
|
||||
margin: 0; padding: 0;
|
||||
display: block;
|
||||
}
|
||||
footer div {
|
||||
width: 18rem;
|
||||
justify-content: center; align-content: center;
|
||||
text-align: center;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue