-
Notifications
You must be signed in to change notification settings - Fork 39
/
Bus traffic
80 lines (79 loc) · 1.41 KB
/
Bus traffic
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html>
<head>
<title>Get Your Buses</title>
<style>
.main{
position:relative;
}
.name{
position:absolute;
top:10%;
left:60%;
}
.name h1{
font-size:350%;
letter-spacing:10px;
color:white;
}
.logo{
position:absolute;
top:0%;
left:0%;
}
.login{
background:white;
height:200px;
width:300px;
opacity:0.8;
position:absolute;
top:40%;
left:60%;
padding:3%;
padding-left:50px;
font-size:150%;
}
.login input[text]{
padding:10%;
}
.g{
color:black;
background-color:white;
top:45%;
left:10%;
opacity:0.8;
position:absolute;
height:300px;
width:400px;
}
</style>
</head>
<body style="padding:0px; margin:0;">
<div class="main">
<img src="BUS2.jpg" style="height:800px;width:1517px"; >
<div class="name"><h1>GET YOUR BUSES</h1></div>
</div>
<div class="logo">
<img src="bus3.jpg" style="height:150px;width:150px;">
</div>
<div class="login">
<form action="k.html">
<label for="Sanskriti">Username</label>
<input type="text" name="usrname" required><br><br>
<label for="sanchi">Password</label>
<input type="password" name="psw" pattern="*" required><br><br>
<input type="submit" value="Submit">
</form>
</div>
<div class="g">
<p><h1>Advantage</h1></p>
<ul>
<li><p><h3>Scheduled Monitoring</h3></p></li>
<li><p><h3>Keep Customer Happy</h3></p></li>
<li><p><h3>Fast Vehicle Recovery</h3></p></li>
<li><p><h3>Reduce Paperwork</h3></p></li>
</ul>
</div>
<script></script>
</body>
</html>