From bf8f800a5f121dfa40f41373b447f86aa7cb536c Mon Sep 17 00:00:00 2001 From: akash70629 Date: Sun, 10 Nov 2024 14:54:02 +0530 Subject: [PATCH] animation added --- auth.css | 16 ++++++++++++ auth.html | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 93 insertions(+) diff --git a/auth.css b/auth.css index c07ee4a8..fda38f56 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 7f0bdcbc..90fae5a4 100644 --- a/auth.html +++ b/auth.html @@ -12,6 +12,28 @@ + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+