From a49e1094ad64ce254e56567b8dc02f0fc14c6b35 Mon Sep 17 00:00:00 2001 From: akash70629 Date: Sat, 9 Nov 2024 15:02:21 +0530 Subject: [PATCH] animation added --- ModernSlaveryAct.html | 90 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) diff --git a/ModernSlaveryAct.html b/ModernSlaveryAct.html index f7602e9..630ac2d 100644 --- a/ModernSlaveryAct.html +++ b/ModernSlaveryAct.html @@ -22,9 +22,49 @@ .nav-container { display: flex; } + + .circle { + height: 24px; + width: 24px; + border-radius: 24px; + background-color: black; + position: fixed; + top: 0; + left: 0; + pointer-events: none; + z-index: 99999999; +} + + + + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + +