Skip to content

Commit 4dca652

Browse files
authored
Update signup.html
improved forms
1 parent 2a93b34 commit 4dca652

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

signup.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ <h6 class="mb-4 text-muted">Create new account</h6>
2828
<form action="" method="">
2929
<div class="mb-3 text-start">
3030
<label for="name" class="form-label">Name</label>
31-
<input type="text" class="form-control" placeholder="Enter Name" required>
31+
<input type="text" class="form-control" placeholder="Enter your name" required>
3232
</div>
3333
<div class="mb-3 text-start">
3434
<label for="email" class="form-label">Email address</label>
35-
<input type="email" class="form-control" placeholder="Enter Email" required>
35+
<input type="email" class="form-control" placeholder="Enter your email" required>
3636
</div>
3737
<div class="mb-3 text-start">
3838
<label for="password" class="form-label">Password</label>
39-
<input type="password" class="form-control" placeholder="Password" required>
39+
<input type="password" class="form-control" placeholder="Enter your password" required>
4040
</div>
4141
<!--
4242
<div class="mb-3">
@@ -51,7 +51,7 @@ <h6 class="mb-4 text-muted">Create new account</h6>
5151
</label>
5252
</div>
5353
</div>
54-
<button class="btn btn-primary vw-100 mb-4">Register</button>
54+
<button class="btn btn-primary mb-4" style="width:100%">Register</button>
5555
</form>
5656
<p class="mb-0 text-muted">Allready have an account? <a href="login.html">Log in</a></p>
5757
</div>

0 commit comments

Comments
 (0)