From 72c0ac48bd6efa80fc3f9a12ccce3c87ce560ba0 Mon Sep 17 00:00:00 2001 From: Rupal Patel Yadav Date: Wed, 5 Jun 2024 21:51:39 +0530 Subject: [PATCH] created signup/login page also added it on home page --- index.html | 1 - signup.css | 1 - signup.html | 1 + 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index ecf0cac5d4..d044fdb471 100644 --- a/index.html +++ b/index.html @@ -102,7 +102,6 @@ transition: background-color 0.3s ease, transform 0.3s ease; margin-right: 200px; /* Add margin to the right */ } - .login-button:hover { background-color: #e68a00; transform: scale(1.1); diff --git a/signup.css b/signup.css index 47d98ccd8d..15f8d747b6 100644 --- a/signup.css +++ b/signup.css @@ -5,7 +5,6 @@ margin: 0px; box-sizing: border-box; } - :root { --linear-grad: linear-gradient(to right, #141E30, #243B55); --grad-clr1: #141E30; diff --git a/signup.html b/signup.html index 923f0112f6..2ee4a8d5fc 100644 --- a/signup.html +++ b/signup.html @@ -113,6 +113,7 @@

Hello, Friend!

} return true; } +