Random Quotes

This commit is contained in:
Bingus_Violet 2024-02-08 17:52:26 -06:00
parent 3f03b0b13d
commit a82a374f20
3 changed files with 12 additions and 19 deletions

View file

@ -17,6 +17,8 @@
body {
background-color: black;
overflow-x: hidden;
padding: 25px;
animation: hideContent 2.5s;
}
@ -65,7 +67,7 @@ hr {
@keyframes mainText {
0% {
transform: translateY(calc(50vh - 2rem)) scale(1.5);
transform: translateY(calc(50vh - 6rem)) scale(1.5);
opacity: 0;
height: 4rem;
}
@ -73,7 +75,7 @@ hr {
50% {
opacity: 1;
height: 4rem;
transform: translateY(calc(50vh - 2rem)) scale(1);
transform: translateY(calc(50vh - 6rem)) scale(1.25);
}
100% {
@ -86,10 +88,6 @@ hr {
opacity: 0;
}
33% {
opacity: 0;
}
66% {
opacity: 0;
transform: translateY(25vh)