diff --git a/auth.css b/auth.css index c07ee4a..fda38f5 100644 --- a/auth.css +++ b/auth.css @@ -11,6 +11,22 @@ input { font-family: "Poppins", sans-serif; } + +/* Circle styles */ +.circle { + height: 24px; + width: 24px; + border-radius: 50%; + background-color: black; + position: fixed; + top: 0; + left: 0; + pointer-events: none; + z-index: 99999999; + transition: transform 0.1s ease-out; +} + + .container { position: relative; width: 100%; diff --git a/auth.html b/auth.html index 7f0bdcb..90fae5a 100644 --- a/auth.html +++ b/auth.html @@ -12,6 +12,28 @@
+ + + + + + + + + + + + + + + + + + + + + +