mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2025-05-27 22:03:16 +00:00
New page
This commit is contained in:
parent
5dab307513
commit
364a2558ff
61 changed files with 1309 additions and 608 deletions
37
css/_footer.scss
Normal file
37
css/_footer.scss
Normal file
|
@ -0,0 +1,37 @@
|
|||
footer {
|
||||
margin: 0;
|
||||
padding: 0.5rem 1rem;
|
||||
|
||||
width: 100%;
|
||||
height: 2.5rem;
|
||||
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 1rem;
|
||||
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
|
||||
box-sizing: border-box;
|
||||
|
||||
background-color: $black200;
|
||||
|
||||
border-radius: 0 0 0.5rem 0.5rem;
|
||||
|
||||
p,
|
||||
a {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
font-family: $font-body;
|
||||
font-size: 0.8rem;
|
||||
font-weight: 800;
|
||||
font-stretch: semi-condensed;
|
||||
|
||||
color: $white;
|
||||
|
||||
display: block;
|
||||
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue