From 3457dc65eb529a95df3a3e25eb9bfac058de8e81 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Fri, 30 Jan 2026 14:48:38 +0000 Subject: [PATCH] Fix floating cards positioning, remove website credit - Add proper CSS rules for 4th and 5th floating cards - Position Parallel worlding and Guerrilla futuring to not overlap - Remove inline styles from new floating cards - Remove website design credit from footer Co-Authored-By: Claude Opus 4.5 --- index.html | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 3fec08f..a8d3959 100644 --- a/index.html +++ b/index.html @@ -493,6 +493,18 @@ animation: float 6s ease-in-out infinite 2s; } + .floating-card:nth-child(4) { + top: 55%; + right: 5%; + animation: float 6s ease-in-out infinite 3s; + } + + .floating-card:nth-child(5) { + bottom: 35%; + right: 30%; + animation: float 6s ease-in-out infinite 4s; + } + @keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } @@ -1306,11 +1318,11 @@ 🎲 Games as
organisations -
+
🌐 Parallel
worlding
-
+
🔮 Guerrilla
futuring
@@ -1750,8 +1762,7 @@