From a4ce873b5213d4fe361023154a2656a78cddc760 Mon Sep 17 00:00:00 2001 From: Prayag Date: Fri, 18 Oct 2024 15:43:22 +0530 Subject: [PATCH 1/3] Added home button --- .vscode/settings.json | 4 ++-- login-sginup.html | 40 +++++++++++++++++++++++++++++++++++++--- 2 files changed, 39 insertions(+), 5 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f673a71..2f83612 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,3 @@ { - "liveServer.settings.port": 5502 -} \ No newline at end of file + "liveServer.settings.port": 5503 +} diff --git a/login-sginup.html b/login-sginup.html index 194aafb..7ceb4d1 100644 --- a/login-sginup.html +++ b/login-sginup.html @@ -21,15 +21,22 @@ background: white; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); - overflow: hidden; - margin: 10px; /* Reduced gap around card */ + /* overflow: hidden; */ + margin: 49px; /* Reduced gap around card */ } .card-header, .card-footer { - padding: 16px; text-align: center; margin: 10px; /* Reduced gap around card header and footer */ + + } + .card-header{ + padding-top: 15px; + padding-bottom: 10px; + margin-bottom: 10px; + } .card-title { + margin-top: 40px; font-size: 24px; margin-bottom: 8px; font-weight: bold; /* Make title bold */ @@ -243,6 +250,11 @@ } + /* .tab-container{ + margin-top: 30px; + } */ + + .modal { display: none; position: fixed; @@ -280,6 +292,25 @@ input:focus{ box-shadow: 0 0 5px rgba(0, 0, 255, 0.5); } + .logo { + width: 12%; + height: 70px; + /* background-color: yellow; */ + display: flex; + justify-content: center; + align-items: center; + font-family: "futura"; + font-weight: bold; + font-size: 25px; + position: absolute; + top: 25px; + left: 40px; + } + .logo img { + height: 65px; + width: 80px; + } + @@ -296,6 +327,9 @@ +
Welcome to TrendTrove
From d49b86915c27cb271ab09dbb78f5112fa72016a6 Mon Sep 17 00:00:00 2001 From: Prayag Thakur <114804510+PrAyAg9@users.noreply.github.com> Date: Fri, 18 Oct 2024 17:03:26 +0530 Subject: [PATCH 2/3] Update login-sginup.html --- login-sginup.html | 45 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 43 insertions(+), 2 deletions(-) diff --git a/login-sginup.html b/login-sginup.html index 7ceb4d1..e0c99a2 100644 --- a/login-sginup.html +++ b/login-sginup.html @@ -5,6 +5,7 @@ TrendTrove + @@ -327,8 +333,43 @@
- -
+ +
+ + + + + + + + + + +
+
+
Welcome to TrendTrove
Your fashion journey begins here
@@ -463,6 +563,8 @@

Password Recovery

+
+