-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschedule.html
More file actions
47 lines (43 loc) · 1.28 KB
/
schedule.html
File metadata and controls
47 lines (43 loc) · 1.28 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<html>
<head>
<style type="text/css">
.tg {border-collapse:collapse;border-spacing:1;align:center}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg .tg-9hbo{font-weight:bold;vertical-align:top;background: #F6AA93}
.tg .tg-yw4l{vertical-align:top}
</style>
</head>
<table class="tg">
<tr>
<th class="tg-9hbo">PLACES<br></th>
<th class="tg-9hbo">DEPARTURE</th>
<th class="tg-9hbo">ARRIVAL</th>
</tr>
<tr>
<td class="tg-yw4l">MUMBAI</td>
<td class="tg-yw4l">9:00</td>
<td class="tg-yw4l">19:00</td>
</tr>
<tr>
<td class="tg-yw4l">VASHI<br></td>
<td class="tg-yw4l">12:00</td>
<td class="tg-yw4l">18:15</td>
</tr>
<tr>
<td class="tg-yw4l">PANVEL<br></td>
<td class="tg-yw4l">14:00</td>
<td class="tg-yw4l">17:00</td>
</tr>
<tr>
<td class="tg-yw4l">LONAVALA<br></td>
<td class="tg-yw4l">15:00</td>
<td class="tg-yw4l">16:30</td>
</tr>
<tr>
<td class="tg-yw4l">PUNE</td>
<td class="tg-yw4l">16:00</td>
<td class="tg-yw4l">15:30</td>
</tr>
</table>
</html>