Skip to content

Commit

Permalink
update contact form
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokesh-Bijarniya committed Oct 31, 2024
1 parent 4280d23 commit 125ea42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contact_us.html
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ <h1 style="font-size: 48px; margin-bottom: 20px; color: var(--text-color);">Get
</div>

<div class="form-group" style="margin-bottom: 20px">
<textarea id="message" name="message" rows="4" placeholder="Message" required style="
<textarea id="message" name="message" placeholder="Message" required style="
width: 100%;
padding: 10px 0;
font-size: 16px;
Expand All @@ -483,8 +483,8 @@ <h1 style="font-size: 48px; margin-bottom: 20px; color: var(--text-color);">Get
border-radius: 0px;
border: none;
border-bottom: 2px solid var(--text-color);
outline: none;
"></textarea>
outline: none;"></textarea>

</div>

<button type="button" onclick="SendEmail(event)" class="submitbtn">
Expand Down

0 comments on commit 125ea42

Please sign in to comment.