Im done with this site now

This commit is contained in:
DidiDidi129
2025-09-05 23:03:59 +09:30
parent 625bc45d37
commit 9e84b41499
2 changed files with 12 additions and 288 deletions

View File

@@ -1823,32 +1823,4 @@ input, select, textarea {
align-items: center;
gap: 30px;
}
}
.wave-text span {
display: inline-block;
font-size: 4rem;
animation: wave 2s ease-in-out infinite;
}
.wave-text span:nth-child(1) {
animation-delay: 0s;
}
.wave-text span:nth-child(2) {
animation-delay: 0.2s;
}
.wave-text span:nth-child(3) {
animation-delay: 0.4s;
}
.wave-text span:nth-child(4) {
animation-delay: 0.6s;
}
@keyframes wave {
0%, 100% {
transform: translateY(0);
}
50% {
transform: translateY(-20px);
}
}
}