-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathhistory.html
56 lines (48 loc) · 4.15 KB
/
history.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html><meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<title>history</title>
<style>
.top{ position: relative;background-color: rgba(183, 230, 231, 0.37);text-align: center;border-left:25px solid rgb(10, 88, 133);
margin-bottom:9px;margin-left: 15px;margin-top:-20px ;font-size: 22px;color: rgba(6, 53, 182, 0.993); height: 50px;width:1425px;
border-right:25px solid rgb(10, 88, 133);}
.up
{position: relative;background-color: rgba(111, 117, 117, 0.37);text-align: center;border-left:25px solid rgb(0, 4, 7);
margin-bottom:9px;margin-left: 15px;margin-top:-20px ;font-size: 22px;color: rgba(238, 23, 23, 0.993); height: 50px;width:1425px;
border-right:25px solid rgb(0, 4, 7);}
.t1{background-color: rgb(255, 255, 255); height:100px; width:290px; border: 3px solid rgb(0, 0, 0);
float: left;margin-bottom: 30px; margin-top: 20px;}
.t{font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
background-color: rgb(255, 255, 255); height:100px; width:1200px; border: 3px solid rgb(0, 0, 0);
float: left;margin-bottom: 30px; margin-top: 20px; }
</style>
</head>
<body background="star.jpg">
<div class="top">
<h1>CAR RENTAL SYSTEM</h1>
</div>
<div class="up">
<h1>HISTORY</h1>
</div>
<div class="t1">
<img src="BACK.jpg" height="100px" width="200px">
</div>
<div class="t" ><p style="color:rgb(10, 7, 145); font-size:25px;">place:Shimla (Himachal Pradesh) car's number:HP 23B 2309 cost:₹ 4lakhs<br>
date of delivery:9th july 2017 date of return:15th july 2017</p>
</div> <br>
<div class="t1">
<img src="Hawa-Mahal.jpg" height="100px" width="200px"> </div>
<div class="t" >
<p style="color:rgb(10, 7, 145); font-size:25px;">place:jaipur (Rajasthan) car's number:RJ 32A 8526 cost:₹ 5lakhs<br>
date of delivery:23rd december 2018 date of return:31st december2018</p>
</div>
<div class="t1">
<img src="3.jpg" height="100px" width="200px">
</div>
<div class="t" >
<p style="color:rgb(10, 7, 145); font-size:25px;">place:sector37(Chandigarh) car's number:CH 0A 1654 cost:₹ 2lakhs<br>
date of delivery:21st april 2019 date of return:27th april 2019</p>
</div> <br>
<a href="logged.html"><img src="home.jpg" style=" width:80px; height:30px; margin-right:50px;border:2px ridge rgba(145, 134, 134, 0.699);margin-top:2px;"></a>
</body>
</html>