From 93486feb1bc1586029be3f67f9547a4a49599e5d Mon Sep 17 00:00:00 2001 From: DidiDidi129 Date: Sat, 6 Sep 2025 00:22:02 +0930 Subject: [PATCH] Waves --- assets/css/main.css | 19 ++++++++++++++++++- index.html | 6 +++++- 2 files changed, 23 insertions(+), 2 deletions(-) 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 @@
-

DidiDidi129

+
+

+ DidiDidi129 +

+

Hey! Welcome to my website! Be sure to take a look at the pages below!