From 39065838912ddd4570feb543736b399230d342e1 Mon Sep 17 00:00:00 2001 From: Akamaru Date: Thu, 20 Mar 2025 14:02:44 +0100 Subject: [PATCH] =?UTF-8?q?BA=20Memory:=20Favicon=20&=20Footer=20=C3=BCber?= =?UTF-8?q?arbeitet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ba_memory/index.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/ba_memory/index.html b/ba_memory/index.html index 98adce6..f54af22 100644 --- a/ba_memory/index.html +++ b/ba_memory/index.html @@ -4,6 +4,7 @@ Blue Archive Memory (8×8) + @@ -78,6 +79,17 @@ color: #45a049; text-decoration: underline; } + + .heart { + color: #e74c3c; + animation: heartbeat 1.5s infinite; + } + + @keyframes heartbeat { + 0% { transform: scale(1); } + 50% { transform: scale(1.2); } + 100% { transform: scale(1); } + } @@ -217,12 +229,15 @@ }