DidiDidi129
++ DidiDidi129 +
+Hey! Welcome to my website! Be sure to take a look at the pages below!
diff --git a/assets/css/main.css b/assets/css/main.css index db4dc4e..0c7070a 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1823,4 +1823,21 @@ input, select, textarea { align-items: center; gap: 30px; } - } \ No newline at end of file + } + +.wave-text span { + display: inline-block; + font-size: 4rem; + animation: wave 2s ease-in-out infinite; + animation-delay: calc(0.1s * (var(--i))); +} + + +@keyframes wave { + 0%, 100% { + transform: translateY(0); + } + 50% { + transform: translateY(-10px); + } +} diff --git a/index.html b/index.html index c2a7284..3f1fcf0 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,11 @@
Hey! Welcome to my website! Be sure to take a look at the pages below!