Skip to content

Commit

Permalink
Fixed the BUG of Register Page
Browse files Browse the repository at this point in the history
  • Loading branch information
PatelHarsh2006 committed Nov 10, 2024
1 parent e00968d commit b2a934e
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion register.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -153,7 +165,9 @@ <h2>Register</h2>
</div>
<div class="form-field">
<button onclick="registerUser()">Register</button>
<a href="./index.html">Back to Home</a>
</div>
<div class="back">
<button><a href="./index.html">&#8592; Back to Home</a></button>
</div>
<div id="message" class="message"></div>
</div>
Expand Down

0 comments on commit b2a934e

Please sign in to comment.