From 56852b0ef522e14132da0955b8a90f2a7e53eeb9 Mon Sep 17 00:00:00 2001 From: SrinivasDevolper Date: Thu, 27 Jun 2024 12:45:19 +0530 Subject: [PATCH] Add Back Button --- Css-files/login.css | 7 +++++++ Css-files/signup.css | 7 +++++++ Html-files/login.html | 1 + Html-files/signup.html | 1 + 4 files changed, 16 insertions(+) diff --git a/Css-files/login.css b/Css-files/login.css index 7f9ad149..a817791d 100644 --- a/Css-files/login.css +++ b/Css-files/login.css @@ -91,6 +91,10 @@ width: 80%; } +.back-button{ + display: none; +} + @media screen and (width <= 600px) { .card{ width: 95%; @@ -105,6 +109,9 @@ padding-bottom: 4rem; padding-top: 0; } + .back-button{ + display: block; + } } #rememberCheckbox{ diff --git a/Css-files/signup.css b/Css-files/signup.css index 9e3bd464..31fb075e 100644 --- a/Css-files/signup.css +++ b/Css-files/signup.css @@ -88,6 +88,10 @@ width: 80%; } +.back-button{ + display: none; +} + @media screen and (width <=600px) { .card { width: 95%; @@ -103,6 +107,9 @@ padding-bottom: 4rem; padding-top: 0; } + .back-button{ + display: block; + } } @media screen and (width >= 2000px) diff --git a/Html-files/login.html b/Html-files/login.html index 84716d96..ebf93910 100644 --- a/Html-files/login.html +++ b/Html-files/login.html @@ -84,6 +84,7 @@
+

LOGIN

diff --git a/Html-files/signup.html b/Html-files/signup.html index 35bc4a0f..836805ef 100644 --- a/Html-files/signup.html +++ b/Html-files/signup.html @@ -84,6 +84,7 @@
+

SIGN UP