almost finished website

This commit is contained in:
2023-05-19 21:59:00 +02:00
parent 5f69d25662
commit 8e1d803d8d
13 changed files with 351 additions and 40 deletions

View File

@@ -40,6 +40,7 @@
display: none;
}
.scroll-wrapper {
color: rgb(221, 221, 221);
font-size: 80%;
@@ -50,6 +51,14 @@
width: 100%;
}
.scroll-container {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
cursor: pointer;
}
.scroll-symbol {
font-size: 180%;
animation: scroll-animation infinite 4s ease-in-out;