Skip to content

Commit

Permalink
Merge pull request #2172 from charu1110/main
Browse files Browse the repository at this point in the history
corrected the overlapping of subscribe button in footer section .
  • Loading branch information
iamrahulmahato authored Nov 7, 2024
2 parents fdac35c + a5b480d commit 833c605
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5573,7 +5573,10 @@ <h3 class="faq-question">Where can I find the source code?</h3>
font-size: 1rem;
color: #666;
}
</style>
.subscribe{
z-index:-100;
}
</style>

<script>
document.addEventListener('DOMContentLoaded', function () {
Expand Down Expand Up @@ -5634,7 +5637,7 @@ <h3>About Us</h3>
<h3>Subscribe to Our Newsletter</h3>
<form>
<input type="email" placeholder="Enter your email" required>
<button type="submit">Subscribe</button>
<button type="submit" class="subscribe">Subscribe</button>
</form>
</div>

Expand Down Expand Up @@ -6251,4 +6254,4 @@ <h2 class="uppercase">What coding language do you prefer for web development?</h

</body>

</html>
</html>

0 comments on commit 833c605

Please sign in to comment.