From 844b762b9397203e187f09f2c800771c0b4dfe53 Mon Sep 17 00:00:00 2001
From: Tejashri Taral <160386036+Tejashri-Taral@users.noreply.github.com>
Date: Tue, 5 Nov 2024 18:10:58 +0530
Subject: [PATCH] Revert "Added toggle button"
---
about.html | 83 ++----------------------------------------------------
index.html | 45 +----------------------------
style.css | 14 +--------
3 files changed, 5 insertions(+), 137 deletions(-)
diff --git a/about.html b/about.html
index a748746..ad633d5 100644
--- a/about.html
+++ b/about.html
@@ -3,7 +3,6 @@
-
About Us - TrendTrove
@@ -13,65 +12,11 @@
-
@@ -155,7 +112,7 @@
position: absolute;
top: 60px; /* Adjust this to position the search bar just below the icon */
right: 20px; /* Align with the icon */
- background-color: rgb(240, 131, 131);
+ background-color: white;
padding: 10px;
border-radius: 5px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
diff --git a/style.css b/style.css
index ab2a232..416070e 100644
--- a/style.css
+++ b/style.css
@@ -135,7 +135,7 @@ html {
.logo {
width: 12%;
height: 70px;
- background-color: rgb(249, 249, 141);
+ /* background-color: yellow; */
display: flex;
justify-content: center;
align-items: center;
@@ -169,18 +169,6 @@ html {
.border > a:hover {
color: white !important;
}
-.toggle {
- position: relative;
- display: inline-block;
- width: 50px;
- height: 26px;
-}
-
-.toggle input {
- opacity: 0;
- width: 0;
- height: 0;
-}
.navigation {
width: 45%;