Skip to content

Commit

Permalink
fixed hover
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajul-29 committed Jul 23, 2024
1 parent de0048a commit 3af8868
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -364,11 +364,11 @@ <h1 data-aos="fade-in">Find Your Perfect Getaway<br />Discover the World's Best
clients.
</p>
<div class="action__btns">
<a href="pricing/index.html"><button class="btn" data-aos="fade-in" id="btn-style"
<a href="pricing/index.html"><button class="btn" data-aos="fade-in"
style="box-shadow: 2px 2px 8px red;">Membership</button></a>
<button class="btn" data-aos="fade-in" id="btn-style" onclick="planTrip()"
<button class="btn" data-aos="fade-in" onclick="planTrip()"
style="box-shadow: 2px 2px 8px red;">Plan a Trip</button>
<a href="./payment.html"><button class="btn" data-aos="fade-in" id="btn-style"
<a href="./payment.html"><button class="btn" data-aos="fade-in"
style="box-shadow: 2px 2px 8px red;">Book Now</button></a>
</div>

Expand Down

0 comments on commit 3af8868

Please sign in to comment.