Skip to content

Commit

Permalink
updated_the_color
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamv003 committed Oct 2, 2024
1 parent 234b452 commit 74b6a78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Html-files/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ <h1 style="color: hsl(357, 53%, 8%); font-family: Tahoma, sans-serif;">Feel Free
<div class="input-icon">
<i class="fas fa-envelope"></i>
<input id="form_name" type="text" name="name" class="form-control"
placeholder=" Please enter your Email *" required="required"
placeholder=" Please enter your Email*" required="required"
data-error=" Valid Email is required.">
</div>
</div>
Expand All @@ -335,7 +335,7 @@ <h1 style="color: hsl(357, 53%, 8%); font-family: Tahoma, sans-serif;">Feel Free
<div class="input-icon">
<i class="fas fa-phone"></i>
<input id="form_lastname" type="text" name="surname" class="form-control"
placeholder=" Please enter your Phone number *" required="required"
placeholder=" Please enter your Phone number*" required="required"
data-error=" Phone number is required.">
</div>
</div>
Expand All @@ -348,7 +348,7 @@ <h1 style="color: hsl(357, 53%, 8%); font-family: Tahoma, sans-serif;">Feel Free
<div class="input-icon">
<i class="fas fa-user"></i>
<input id="form_email" type="email" name="email" class="form-control"
placeholder=" Please enter your Name *" required="required"
placeholder=" Please enter your Name*" required="required"
data-error="Name is required.">
</div>
</div>
Expand Down

0 comments on commit 74b6a78

Please sign in to comment.