Skip to content

Commit

Permalink
color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
swaraj-das committed Oct 21, 2024
1 parent d174575 commit 3543b8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <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 class="bold">30% off</strong> on your first deal</p>
<p class="pop_up">Join our community and get upto <strong class="bold">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
2 changes: 1 addition & 1 deletion popup/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
color: #333;
}

p {
.pop_up {
margin-bottom: 26px;
font-weight: bold;
background: -webkit-linear-gradient(left, #fd1c1c, #3375c7, #14addd);
Expand Down

0 comments on commit 3543b8e

Please sign in to comment.