-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRoutes.css
More file actions
97 lines (81 loc) · 1.22 KB
/
Copy pathRoutes.css
File metadata and controls
97 lines (81 loc) · 1.22 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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
/***************************************************************************************
* Title: Flight Data Visualization
* Author: Ishita Mathur and Neha Bhagwat
* Date: April 1, 2018
***************************************************************************************/
body{
background-color: #011313
}
logo{
position: absolute;
/*left:1030px;*/
/*top:20px;*/
left:72%;
top:1%;
height:80px;
width: 100px;
background-color: #011313
}
#clock{
height:80px;
width:100px;
position:absolute;
top:3%;
left:90%;
font-family: courier, monospace;
text-align: center;
color:#0ADEE2;
font-size: 20px;
background-color: #011313;
}
#selectSrc{
width: 250px;
}
#selectDest{
width: 250px;
}
dropdown1{
position:absolute;
left:75%;
top:33%;
width:10px;
}
dropdown2{
position:absolute;
left:75%;
top:40%;
}
dropdown3{
position:absolute;
left:75%;
top:47%;
}
button1{
position:absolute;
left:75%;
top:54%;
}
dropdown4{
position: absolute;
left:75%;
top:40%;
width:30px;
}
button2{
position:absolute;
left:75%;
top:47%;
}
button3{
position:absolute;
left:75%;
top:40%;
}
label1{
position:absolute;
top:61%;
left:75%;
background-color: black;
color: red;
font-weight: bold;
}