Skip to content

Commit

Permalink
Fixes: anuragverma108#3433:Unwanted Hovering removed and padding impr…
Browse files Browse the repository at this point in the history
…oved
  • Loading branch information
Arghya Chakraborty authored and Arghya Chakraborty committed Oct 14, 2024
1 parent a2eb468 commit d0754c2
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,7 @@
border-radius: 0.5rem;
outline: none;
transition: border-color 0.3s ease;
margin-top: 2px;
}

/* Hover effect to change the border color */
Expand Down Expand Up @@ -954,6 +955,7 @@
border-radius: 0.5rem;
outline: none;
transition: border-color 0.3s ease;

}

/* Hover effect to change the border color */
Expand Down Expand Up @@ -5621,10 +5623,21 @@ <h2>Subscribe to Our Newsletter</h2>
<i class='bx bx-envelope'></i>
</div>

<button type="submit">Subscribe</button>
<button type="submit" id="subs">Subscribe</button>
</form>
</div>

<style>

#name{
margin-top: 1.2rem;
}
#email{
margin-top: 1.2rem;
}
#subs{
margin-top: 1.2rem;
}
</style>


<script>
Expand Down Expand Up @@ -5839,7 +5852,7 @@ <h2 style="margin-left: 2rem; margin-top: 2.75rem;">Quick Links</h2>
}

.newsletter:hover {
background: linear-gradient(hwb(357 68% 7%), #d26d6d);
// background: linear-gradient(hwb(357 68% 7%), #d26d6d);

}
</style>
Expand Down

0 comments on commit d0754c2

Please sign in to comment.