first commit

This commit is contained in:
2024-05-31 16:34:01 +02:00
commit f3c4a2a5be
34 changed files with 2454 additions and 0 deletions

25
style/_footer.scss Normal file
View File

@@ -0,0 +1,25 @@
footer{
background-color: #31353d;
.footer-copyright{
color: #ffffff;
font-size: .875rem;
font-style: normal;
font-weight: 400;
line-height: 1.4375;
font-family: MerriweatherSans;
letter-spacing: 0px;
a{
color: #ffffff;
text-decoration: none;
}
a:hover{
color: #15c1c6;
transition: 0.3s;
}
}
}