mirror of
https://github.com/DidiDidi129/Website.git
synced 2026-04-05 12:04:38 +00:00
Im done with this site now
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user