Skip to content

Commit

Permalink
Update contact.html
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacTeng committed Apr 4, 2024
1 parent 1e44480 commit cb0dfb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
<div class="form-group row">
<label for="inputName" class="col-sm-2 col-form-label">Name</label>
<div class="col-sm-10">
<input type="text" class="form-control" id="inputName" placeholder="Please enter your name">
<input type="text" class="form-control" id="inputName" cols="2" rows="8" placeholder="Please enter your name">
</div>
</div>
<div class="form-group row">
<label for="inputEmail" class="col-sm-2 col-form-label">Email</label>
<div class="input-group col-sm-10">
<div class="input-group-prepend"><i class="input-group-text fa fa-envelope"></i></div>
<input type="email" class="form-control" id="inputEmail" placeholder="Email">
<input type="email" class="form-control" id="inputEmail" cols="2" rows="8" placeholder="Email">
</div>
</div>
<div class="form-group row">
Expand Down

0 comments on commit cb0dfb1

Please sign in to comment.