From a14b9301228a9a0fd20b02d1f5c5e967fdd73719 Mon Sep 17 00:00:00 2001 From: Anuj Shrivastava Date: Sun, 6 Oct 2024 18:03:21 +0530 Subject: [PATCH] Add changes --- frontend/index.html | 87 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) diff --git a/frontend/index.html b/frontend/index.html index b5d2fd7..623750d 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -14,9 +14,43 @@ transform: translateX(-50%); /* Adjust for half the element's width */ z-index: 1000; /* Ensure it stays on top */ } + /* Circle styles */ + .circle { + height: 24px; + width: 24px; + border-radius: 24px; + background-color: black; + position: fixed; + top: 0; + left: 0; + pointer-events: none; + z-index: 99999999; + /* Stays on top of all elements */ + } + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+