Skip to content

Commit

Permalink
Merge pull request #1830 from isid555/hover
Browse files Browse the repository at this point in the history
Feat:Hover effect in Contact section
  • Loading branch information
PriyaGhosal authored Nov 10, 2024
2 parents 59a45da + 01f49da commit 33a5a6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2531,6 +2531,10 @@ <h2>Explore Popular Destinations</h2>
margin: 0 auto;
padding: 20px;
}
.info-icon:hover{
background-color: white;
}

</style>
<section class="contact-section">
<div class="container">
Expand Down

0 comments on commit 33a5a6b

Please sign in to comment.