diff --git a/index.html b/index.html index de9dcd2..c3e9ab2 100644 --- a/index.html +++ b/index.html @@ -686,10 +686,96 @@ font-size: 20px; } } + + .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; + } /* faq css end */ + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ +