diff --git a/bag.html b/bag.html index 7d1e923..6553e92 100644 --- a/bag.html +++ b/bag.html @@ -43,7 +43,7 @@

SHOPPING BAG

-
+
@@ -72,14 +72,15 @@

OR

+ diff --git a/puneeth.html b/puneeth.html index d792a7d..f2afccc 100644 --- a/puneeth.html +++ b/puneeth.html @@ -6,7 +6,7 @@ Document - + @@ -209,7 +209,7 @@
New Here?
-

Forget Password

+

Forget Password

@@ -217,7 +217,7 @@
New Here?
-

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/header.css b/style/header.css index 1ef8aa8..2d05afe 100644 --- a/style/header.css +++ b/style/header.css @@ -5,6 +5,9 @@ a{ .bag{ color: black; } +#account-Bag>a{ + color: black +} #mainmenu{ padding: 0; margin: 0; 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);