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; + }
+ + + + + + + + + + + + + + + + + + + + + + + + +