This commit is contained in:
arussac
2025-04-02 11:51:14 +02:00
parent af4205d9a8
commit e394924f70

View File

@@ -12,6 +12,10 @@ body::before {
z-index: -100; /* Ensure the background image stays behind other content */ z-index: -100; /* Ensure the background image stays behind other content */
} }
* {
font-family: Arial, Helvetica, sans-serif;
}
.container { .container {
position: absolute; position: absolute;
top: 28vh; top: 28vh;
@@ -368,7 +372,7 @@ footer {
top:5vh top:5vh
} }
.container-title #xyz { .container-title #xyz {
left: 25vw; left: 29vw;
font-family: 'Cabin Condensed', sans-serif; font-family: 'Cabin Condensed', sans-serif;
position: relative; position: relative;
white-space: nowrap; white-space: nowrap;
@@ -400,22 +404,22 @@ footer {
transform: translateX(25vw) scale(0.5); transform: translateX(25vw) scale(0.5);
} }
40% { 40% {
transform: translateX(65vw) scale(0.5); transform: translateX(70vw) scale(0.5);
} }
60% { 60% {
transform: translate(61vw, 5vh) scale(0.1); transform: translate(66vw, 5vh) scale(0.1);
} }
70% { 70% {
transform: translate(61vw, 5vh) scale(0.15); transform: translate(66vw, 5vh) scale(0.15);
} }
80% { 80% {
transform: translate(61vw, 5vh) scale(0.1); transform: translate(66vw, 5vh) scale(0.1);
} }
90% { 90% {
transform: translate(61vw, 5vh) scale(0.15); transform: translate(66vw, 5vh) scale(0.15);
} }
100% { 100% {
transform: translate(61vw, 5vh) scale(0.1); transform: translate(66vw, 5vh) scale(0.1);
} }
} }
@keyframes textreveal { @keyframes textreveal {