Skip to content

Commit

Permalink
Update forgot-password.html
Browse files Browse the repository at this point in the history
improved form
  • Loading branch information
pro-dev-ph authored Dec 2, 2024
1 parent 4dca652 commit f1977bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions forgot-password.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ <h6 class="mb-4 text-muted">Reset Password</h6>
<form action="" method="">
<div class="mb-3 text-start">
<label for="email" class="form-label">Email adress</label>
<input type="email" class="form-control" placeholder="Enter Email" required>
<input type="email" class="form-control" placeholder="Enter your email" required>
</div>
<button class="btn btn-primary shadow-2 mb-4">Send me new password</button>
<button class="btn btn-primary mb-4" style="width:100%">Send me new password</button>
</form>
<p class="mb-0 text-muted">Don’t have an account? <a href="signup.html">Sign up</a></p>
</div>
Expand All @@ -42,4 +42,4 @@ <h6 class="mb-4 text-muted">Reset Password</h6>
<script src="assets/vendor/bootstrap/js/bootstrap.min.js"></script>
</body>

</html>
</html>

0 comments on commit f1977bc

Please sign in to comment.