From b2a934e83b8748c856f04b28de3bde9dcbcf221f Mon Sep 17 00:00:00 2001 From: Patel Harsh Date: Sun, 10 Nov 2024 13:18:24 +0530 Subject: [PATCH] Fixed the BUG of Register Page --- register.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/register.html b/register.html index 1fd860c..04d728a 100644 --- a/register.html +++ b/register.html @@ -53,6 +53,18 @@ .form-field { margin-bottom: 15px; } + + .back button { + width: 50%; + font-size: 14px; + font-weight: 500; + color: #fff; + background-color: orange; + border: none; + border-radius: 18px; + cursor: pointer; + transition: background-color 0.3s ease; + } .form-field label { display: block; @@ -153,7 +165,9 @@

Register

- Back to Home +
+
+