-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmybookings.html
24 lines (24 loc) · 2.13 KB
/
mybookings.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
<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
a:link {
text-decoration: none;
}
</style>
</head>
<body style="background-image:url(mybookings.jpg);background-size: cover;padding: 0;">
<strong><p style="color: white;font-size: 25px;margin-top: 25px;text-align: center;">MY BOOKINGS</p></strong>
<a href="bookingpage.html"><p style="float: right;margin-top: -50px;margin-right: 20px;font-size: 20px;color: white;">Home</p></a>
<center><div style="width: 90%;height: 90px;background-color: white;opacity: 0.8;margin-top: 20px;">
<img src="trainthumbnail.jpg" style="float: left;margin-left: 10px;margin-top: 25px;height: 40px;width: 40px;">
<textarea disabled style="background-color: white;opacity: 0.6;font-size: 22px;color: black;height: 30px;width: 20%;border-color: #00000000;resize: none;float: left;margin-left: 20px;margin-top: 30px;font-family: aerial;">Indore Express(154896)</textarea>
<textarea disabled style="background-color: white;opacity: 0.6;font-size: 22px;color: black;height: 30px;width: 15%;border-color: #00000000;resize: none;float: left;margin-left: 15px;margin-top: 30px;font-family: aerial;">Source:Dewas</textarea>
<textarea disabled style="background-color: white;opacity: 0.6;font-size: 22px;color: black;height: 30px;width: 15%;border-color: #00000000;resize: none;float: left;margin-left: -40px;margin-top: 30px;font-family: aerial;">Destination:Delhi</textarea>
<textarea disabled style="background-color: white;opacity: 0.6;font-size: 22px;color: black;height: 30px;width: 15%;border-color: #00000000;resize: none;float: left;margin-left: -15px;margin-top: 30px;font-family: aerial;">Date:12 Oct,2019</textarea>
<textarea disabled style="background-color: white;opacity: 0.6;font-size: 22px;color: black;height: 30px;width: 15%;border-color: #00000000;resize: none;float: left;margin-left: -15px;margin-top: 30px;font-family: aerial;">Time:12:00 PM</textarea>
<button style="width: 15%;height: 40px;margin-top: 25px;float: right;margin-right: 20px;background-color: #1081af;color: black;font-size: 20px;box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);">View Details</button>
</div></center>
</body>
</html>