Skip to content

Commit

Permalink
Merge pull request #1218 from ishakatiyar06/main
Browse files Browse the repository at this point in the history
Modified contact.html
  • Loading branch information
mansiruhil authored Nov 10, 2024
2 parents 0d107a1 + 60f5280 commit 7f7b1ec
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 @@ -379,9 +379,9 @@ <h3 style="font-size: 1.5rem; margin-bottom: 10px; color: #2980b9;">Follow Us</h
<div style="flex: 1; min-width: 200px; margin-bottom: 20px;">
<h3 style="font-size: 1.5rem; margin-bottom: 10px; color: #2980b9;">Subscribe to Our Newsletter</h3>
<form id="newsletter-form" action="#">
<i class="fas fa-envelope" style="position: absolute; top: 7.95rem; right: 23.5rem; color: gray; font-size: 13px;"></i>
<i class="fas fa-envelope" style="position: absolute; top: 7.95rem; right: 25rem; color: gray; font-size: 13px;"></i>
<input type="email" id="newsletter-email" placeholder="Your Email"
style="padding: 10px; width: 80%; border: none; border-radius: 5px; padding-left: 26px;" required><br><br>
style="padding: 10px; width: 80%; border: none; border-radius: 5px; padding-left: 30px;" required><br><br>
<button type="submit"
style="background-color: #e81a1a; color: white; padding: 10px 20px; border: none; cursor: pointer; border-radius: 5px;">
Subscribe
Expand Down

0 comments on commit 7f7b1ec

Please sign in to comment.