diff --git a/public/css/style.css b/public/css/style.css index 1fc7358..181ac0b 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1896,3 +1896,16 @@ color:#ed8309; .image_boxes:hover .overlay { opacity: 1; /* Show overlay on hover */ } + + +/*cursor*/ +.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; + } \ No newline at end of file diff --git a/public/index.html b/public/index.html index 4a142cf..405d5e9 100644 --- a/public/index.html +++ b/public/index.html @@ -12,6 +12,82 @@ + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + +