Skip to content

Commit

Permalink
Merge pull request #640 from Priyanshi0112/google_map
Browse files Browse the repository at this point in the history
Added google map
  • Loading branch information
vimistify authored Oct 12, 2024
2 parents 3567a8a + 972ff4c commit 53ece1c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,14 @@
z-index: 99999999;
/* Stays on top of all elements */
}
.map {
width: 860px;
height: 400px;
border: 3px 3px 3px 3px solid #090202;
border-radius: 5px;
margin: 20px auto;
object-fit: cover;
}
</style>
</head>

Expand Down Expand Up @@ -303,6 +311,11 @@ <h2>Emergency Care</h2>
</div>
</div>

<!-- adding map -->
<div class = "map">
<iframe src="https://www.google.com/maps/embed?pb=!1m16!1m12!1m3!1d241294.64898498365!2d72.79635424219836!3d19.09761203283721!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!2m1!1s123%20Emergency%20Lane%2C%20Mumbai%2C%20India!5e0!3m2!1sen!2sin!4v1728732339444!5m2!1sen!2sin" width=860px height="400" allowfullscreen="" referrerpolicy="no-referrer-when-downgrade" overflow="hidden" style="border :10" object-fit="cover" ;></iframe>
<!-- ;" loading="lazy" margin-top="50%" ></iframe> -->
</div>
<!-- Added responsiveness: Link redirect to respective sites -->
<!-- Social Media Section -->
<div class="social-media">
Expand Down

0 comments on commit 53ece1c

Please sign in to comment.