forked from Lokesh-malviya/Tester_Sarkari.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Bus_style.css
78 lines (71 loc) · 1.4 KB
/
Bus_style.css
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
*{
margin: 0;
}
body{
background: #1A263D ;
overflow: hidden;
z-index: -1;
}
img{
position: absolute;
width: 58%;
height: 80%;
top: 10%;
left: 0;
}
h1{
position: absolute;
top: 17%;
right: 17%;
font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 80px;
letter-spacing: -0.08em;
color: #090808;
}
p{
position: absolute;
top: 36%;
right: 11%;
font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 17px;
color: #090808;
}
#login{
position: absolute;
top: 65%;
right: 15%;
width: 26%;
height: 10%;
color: #090808;
background: #FFFFFF;
border: 2px solid #090808;
box-sizing: border-box;
text-align: center;
font-size: 20px;
cursor: pointer;
border-radius: 7px;
}
.iconify{
position: absolute;
top: 20%;
left: 10%;
font-size: 38px;
}
.white{
width: 80%;
height: 90%;
background: #FFFFFF;
position: absolute;
top: 5%;
left: 9%;
border-radius: 30px;
}
/*<form action="F:/SARKARI/index.html">
<label for="fname">Current Location:</label>
<input type="text" id="Latitude" name="Place">
<label for="fname">Destination:</label>
<input type="text" id="Destination" name="DestPlace">*/