diff --git a/about.html b/about.html index 79bbcb0..096d306 100644 --- a/about.html +++ b/about.html @@ -49,6 +49,18 @@ color: #333; line-height: 1.6; } + .circle { + height: 18px; + width: 18px; + border-radius: 24px; + background-color: #ff0000; + position: absolute; + top: 0; + left: 0; + z-index: 1000; /* Ensure the trail is above everything */ + pointer-events: none; /* Prevent the circles from interfering with mouse events */ + } + .navbar { display: flex; @@ -241,6 +253,31 @@
+ + + + + + + + + + + + + + + + + + + + + + + + +