Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed the popup card #606

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ <h1 data-aos="fade-down">Welcome to GamingTools</h1>
<a href="# " class="close1-btn"> <img src="images/logo.png" class="logo1" alt="Logo"></a>
<h1>Unlock the Ultimate Gaming Experience!</h1>
<h2 class="h2">Sign up for exclusive offers & updates</h2>
<p>Join our community and get upto <strong>30% off</strong> on your first deal</p>
<!-- <p>Join our community and get upto <strong>30% off</strong> on your first deal</p> -->
<p style="color: black;">Join our community and get upto <strong>30% off</strong> on your first deal</p>
<form id="emailForm">
<input type="email" id="email" placeholder="Enter your email" required>
<button type="submit" class="signup-btn1">Get 30% Off Now</button>
Expand Down