Skip to content

Commit

Permalink
Merge pull request #1813 from KrishChothani/cks-dev-7
Browse files Browse the repository at this point in the history
Add Background in Explore popular destination
  • Loading branch information
PriyaGhosal authored Oct 31, 2024
2 parents 41c5128 + 17e3921 commit c1d7cf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"liveServer.settings.port": 5505
}
}
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2322,11 +2322,13 @@ <h3>Share Your Experiences</h3>
</main>

<!-- Map Section -->
<section class="services" id="services" style="border: 2px solid #FFFFFF; margin-top:5%">
<section class="map-section" id="explore">
<h2>Explore Popular Destinations</h2>
<p style="color: whitesmoke;">Click on the markers to learn more about each destination.</p>
<div id="map"></div>
</section>
</section>
<!-- Google Maps JavaScript API -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCYcdQdpiSF7BjZl6JF_pyucrblrUCZMxc&loading=async&callback=initMap"
async defer></script>
Expand Down

0 comments on commit c1d7cf8

Please sign in to comment.