Skip to content

Commit

Permalink
Merge pull request #1122 from PatelHarsh2006/harshmain5
Browse files Browse the repository at this point in the history
Fixed the BUG of Register Page
  • Loading branch information
ankit071105 authored Nov 10, 2024
2 parents 56f9e0d + b2a934e commit 7e6156a
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 @@ -67,6 +67,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 @@ -252,7 +264,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 7e6156a

Please sign in to comment.