Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidarbh-Sharma committed Nov 1, 2024
1 parent b93ac2d commit 74d0dd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -643,22 +643,22 @@ <h1 class="mb-4">Have Any Query? Please Contact Us!</h1>
<div class="form">
<input type="text" class="form-control" id="name" name="name"
placeholder="Your Name" required>

</div>
</div>
<div class="col-md-6">
<div class="form">
<input type="email" class="form-control" id="email" name="email"
placeholder="Your Email" required>

</div>
</div>
<div class="col-md-6">
<div class="form">
<input type="tel" class="form-control" id="phone" name="phone"
placeholder="Your Phone Number" required
style=" height: 50px; font-size: 15px;">

<label for="phone">Your Phone Number</label>
</div>
</div>
<div class="col-md-6">
Expand Down

0 comments on commit 74d0dd0

Please sign in to comment.