From 0186551b2036e7dedbbe715db6c1d2ee687e47ad Mon Sep 17 00:00:00 2001 From: Akamaru Date: Fri, 21 Mar 2025 12:58:16 +0100 Subject: [PATCH] =?UTF-8?q?Kemono=20Gen:=20Favicon=20hinzugef=C3=BCgt=20&?= =?UTF-8?q?=20Footer=20=C3=BCberarbeitet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kemonogen/index.html | 36 ++++++++++++++++++++++++------------ 1 file changed, 24 insertions(+), 12 deletions(-) diff --git a/kemonogen/index.html b/kemonogen/index.html index 87a4f3e..43d5bb7 100644 --- a/kemonogen/index.html +++ b/kemonogen/index.html @@ -2,8 +2,9 @@ - Kemono Friends Logo Generator - + Kemono Friends Logo Generator | PonyWave Tools + + @@ -89,16 +90,22 @@ color: #ffe663; } - footer .resources { - margin: 5px 0; - font-size: 14px; - } - footer .author { margin: 5px 0; font-size: 14px; color: #ccc; } + + .heart { + color: #e74c3c; + animation: heartbeat 1.5s infinite; + } + + @keyframes heartbeat { + 0% { transform: scale(1); } + 50% { transform: scale(1.2); } + 100% { transform: scale(1); } + } .inputs { display: flex; @@ -270,7 +277,6 @@ user-select: none; } - @@ -298,11 +304,17 @@ + +