From 8e4e1fe4d4b7be62025055ca10198ffe4341a976 Mon Sep 17 00:00:00 2001 From: Avidipta Banerjee <107236731+Avidiptab17@users.noreply.github.com> Date: Thu, 10 Oct 2024 19:15:20 +0530 Subject: [PATCH] Fixed some issues and color grading --- .idea/.gitignore | 5 +++++ .idea/BuddyTrail.iml | 12 ++++++++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ auth.css | 16 ++++++++-------- auth.html | 6 +++--- index.html | 2 +- 7 files changed, 43 insertions(+), 12 deletions(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/BuddyTrail.iml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000..b58b603f --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,5 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/BuddyTrail.iml b/.idea/BuddyTrail.iml new file mode 100644 index 00000000..24643cc3 --- /dev/null +++ b/.idea/BuddyTrail.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..2536f415 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..35eb1ddf --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/auth.css b/auth.css index fbe12fb6..2a5da79f 100644 --- a/auth.css +++ b/auth.css @@ -27,7 +27,7 @@ input { left: 0; } -.signin-signup { +.sign-in-signup { position: absolute; top: 50%; transform: translate(-50%, -50%); @@ -44,7 +44,7 @@ form { align-items: center; justify-content: center; flex-direction: column; - padding: 0rem 5rem; + padding: 5rem; transition: all 0.2s 0.7s; overflow: hidden; grid-column: 1 / 2; @@ -246,7 +246,7 @@ form.sign-in-form { transform: translateX(-800px); } -.container.sign-up-mode .signin-signup { +.container.sign-up-mode .sign-in-signup { left: 25%; } @@ -316,15 +316,15 @@ form.sign-in-form { min-height: 800px; height: 100vh; } - .signin-signup { + .sign-in-signup { width: 100%; top: 95%; transform: translate(-50%, -100%); transition: 1s 0.8s ease-in-out; } - .signin-signup, - .container.sign-up-mode .signin-signup { + .sign-in-signup, + .container.sign-up-mode .sign-in-signup { left: 50%; } @@ -408,7 +408,7 @@ form.sign-in-form { transform: translateY(300px); } - .container.sign-up-mode .signin-signup { + .container.sign-up-mode .sign-in-signup { top: 5%; transform: translate(-50%, 0); } @@ -445,7 +445,7 @@ form.sign-in-form { top: 20px; left: 20px; background: #ffffff; - color: #ffffff; + color: #000000; padding: 10px; border-radius: 10px; cursor: pointer; diff --git a/auth.html b/auth.html index 32cd34c4..ec469eff 100644 --- a/auth.html +++ b/auth.html @@ -10,7 +10,7 @@
-