From f5ea1dc735481fbcf7e51fd1a2800f0c21f427f5 Mon Sep 17 00:00:00 2001 From: Dharshi Balasubramaniyam <139672976+DharshiBalasubramaniyam@users.noreply.github.com> Date: Wed, 6 Nov 2024 13:40:40 +0530 Subject: [PATCH] Revert "Added Homebtn" --- login.html | 5 ----- styles/login-signup.css | 18 ------------------ 2 files changed, 23 deletions(-) diff --git a/login.html b/login.html index 310ed363..3f375f69 100644 --- a/login.html +++ b/login.html @@ -63,11 +63,6 @@ - - - - -

Login to IcyCo

diff --git a/styles/login-signup.css b/styles/login-signup.css index 3bc9e719..2b0d5498 100644 --- a/styles/login-signup.css +++ b/styles/login-signup.css @@ -7,24 +7,6 @@ body { min-height: 100dvh; } -.homeBtn { - position: absolute; - top: 20px; - left: 20px; - background: #c08ea5; - color: #000000; - padding: 10px; - border-radius: 10px; - cursor: pointer; - transition: 0.3s; - text-decoration: none; - z-index: 10; -} -.homeBtn:hover { - background: #ffabd2; - color: #ffffff; -} - #logo { display: flex; justify-content: center;