-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlocation.html
33 lines (29 loc) · 944 Bytes
/
location.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<style>
th,td{
padding-top:15;
padding-bottom:15;
border: 2px solid black;
}
th{
font-size:30;
}
table{
border: 2px solid black;
}
body{
background-image:linear-gradient(to right,#13547a, #80d0c7);
}
</style>
<body>
<center><h1> You Can Find Me Here<h1></center><br><br>
<table width="100%" border="5px">
<tr>
<th>My Address</th>
<td style="font-size:20;"> IIIT Kota, MNIT Campus, Jhalana Gram Marg, Jaipur - 302017</td>
</tr>
<tr>
<th>My Location</th>
<td><iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14236.979717835327!2d75.8112323!3d26.8639583!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xdfc843bf9b6f869a!2sMalaviya%20National%20Institute%20of%20Technology%20Jaipur!5e0!3m2!1sen!2sin!4v1582481926785!5m2!1sen!2sin" width="100%" height="450" frameborder="0" style="border:2px;" allowfullscreen=""></iframe></iframe></td>
</tr>
</table>
</body>