From da7b90c54e34e114ecd75071f784c707b5bec704 Mon Sep 17 00:00:00 2001 From: pankajsajwan12 <75352393+pankajsajwan12@users.noreply.github.com> Date: Sun, 3 Apr 2022 18:22:03 +0530 Subject: [PATCH 1/2] my code --- bag.html | 23 +++++++++++++---------- index.html | 22 +++++++++++----------- puneeth.html | 6 +++--- style/bag.css | 5 +++-- style/signup.css | 23 +++++++++++++++-------- 5 files changed, 45 insertions(+), 34 deletions(-) diff --git a/bag.html b/bag.html index 7d1e923..6553e92 100644 --- a/bag.html +++ b/bag.html @@ -43,7 +43,7 @@
Forget Password
+Forget Password
Please enter a minimum of 8 characters.
+Please enter a minimum of 8 characters.
diff --git a/style/bag.css b/style/bag.css index 6bb6fe7..50535d0 100644 --- a/style/bag.css +++ b/style/bag.css @@ -49,6 +49,7 @@ body{ font-size: 20px; text-transform: uppercase; text-align: center; + height: auto; } #gust-checkout{ text-align: center; @@ -102,7 +103,6 @@ body{ .login{ width: 100%; /* height: 500px; */ - /* z-index: 1; */ background: white; display: flex; justify-content: center; @@ -115,6 +115,7 @@ display: none; /* height: 100%; */ width: 90%; background: white; +/* display: block; */ margin-top: 80px; } #cont{ @@ -126,7 +127,7 @@ display: none; text-align: center; align-content: center; cursor: pointer; - /* margin-top: 20px; */ + margin-top: 20px; } #signup{ display: flex; diff --git a/style/signup.css b/style/signup.css index 56e01f0..0f59d09 100644 --- a/style/signup.css +++ b/style/signup.css @@ -1,17 +1,24 @@ -/* ------------signup css------------------------ */ +/* + ------------signup css------------------------ */ + #lg{ + position: absolute; + top: 0; + height: 100%; + margin-top: 20px; + } .login{ - position: absolute; - top: 0; + /* position: absolute; + top: 0; */ z-index: 1; background: rgba(255, 255, 255, 0.918); - height: 100%; - width: 100%; + /* height: 100%; */ + width: 100%; display: flex; justify-content: center; align-items: center; - display: none; + display: none; } @@ -52,7 +59,7 @@ align-content: center; } -p{ +.p{ font-size: 0.4em; text-align: left; text-decoration: underline; @@ -80,7 +87,7 @@ p{ .input{ display: block; height: 20px; - width: 100%; + width: 30px; font-size: 18px; margin-bottom: 30px; border: 1px solid rgb(139, 70, 139); From fd990b66284389f1e8d1265fa3e9d52625a2b559 Mon Sep 17 00:00:00 2001 From: pankajsajwan12 <75352393+pankajsajwan12@users.noreply.github.com> Date: Sun, 3 Apr 2022 18:26:19 +0530 Subject: [PATCH 2/2] little change --- components/header.js | 2 +- style/header.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/components/header.js b/components/header.js index b5c3f48..069a757 100644 --- a/components/header.js +++ b/components/header.js @@ -32,7 +32,7 @@ const navbar = () => {