Skip to content

Commit

Permalink
Change Email Icon position
Browse files Browse the repository at this point in the history
  • Loading branch information
dishaagarwal04 committed Nov 9, 2024
1 parent fe35617 commit 8521abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -737,8 +737,8 @@ <h2>Help Desk</h2>
<h3 style="font-size: 1.5rem; margin-bottom: 10px; color: darkorange;">
Subscribe to Our Newsletter</h3>
<form id="newsletter-form" novalidate>
<i class="fas fa-envelope" style="position: absolute; bottom: -142.6rem; right: 18.3rem; color: rgb(129, 128, 128); font-size: 13px;"></i>
<input type="email" placeholder="Your Email" style="padding: 10px; width: 80%; border: none; border-radius: 7px; padding-left: 27px;"
<i class="fas fa-envelope" style="position:relative; top:3.5px; right: 0cap; left: 30px; color: rgb(129, 128, 128); font-size: 20px;"></i>
<input type="email" placeholder="Your Email" style="padding: 10px; width: 80%; border: none; border-radius: 7px; 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</button>
Expand Down

0 comments on commit 8521abb

Please sign in to comment.