From c13347970031abf64cc145c8202aae77dc782fcf Mon Sep 17 00:00:00 2001 From: akhulisumit Date: Wed, 23 Oct 2024 15:31:48 +0530 Subject: [PATCH] resolving conflicts --- learning.html | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) diff --git a/learning.html b/learning.html index 60ed602..f133d0b 100644 --- a/learning.html +++ b/learning.html @@ -105,10 +105,93 @@ hr{ margin-top: 50px; } + .circle { + height: 24px; + width: 24px; + border-radius: 50%; + position: fixed; + background-color: black; /* Default color of circles */ + pointer-events: none; /* Prevent interaction with circles */ + z-index: 9999; + transition: transform 0.1s ease-out; + } +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+