This commit is contained in:
2024-06-18 16:52:52 +02:00
parent 252fe7ce44
commit 056aceaaaa
46 changed files with 6791 additions and 1407 deletions

View File

@@ -1,6 +1,28 @@
footer{
background-color: #31353d;
.scrollToTopBtn{
button{
display: none;
position: fixed;
bottom: 70px;
right: 20px;
z-index: 99;
background-color: #15c1c6;
padding: 18px;
border-radius: 50%;
font-size: 23px;
color: white;
background-color: #15c1c6;
border: none;
}
button:hover{
background-color: #31353d;
transition: 0.3s;
}
}
.footer-copyright{
color: #ffffff;