-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
66 lines (56 loc) · 824 Bytes
/
stylesheet.css
File metadata and controls
66 lines (56 loc) · 824 Bytes
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
.imgwidth{
height: 40%;
margin: 0 auto;
padding: 10 20;
}
p{
font-family: 'Open Sans';
font-size: 20px;
font-style: normal;
font-variant: normal;
font-weight: bold;
}
.martop{
margin-top: 10px;
}
body{
background-color:#4A90E2;
}
.imgarrow{
margin: 0 auto;
height: 30%;
}
.source{
position: absolute;
top: 130px;
}
.displaynodes{
color: #ffffff;
font-family: "Open Sans";
margin-left: 105px;
}
.northtime{
position: absolute;
right: 16px;
top: 120px;
}
.radio{
display: inline-block;
}
.northcapacity{
position: absolute;
right: 15px;
top: 82px;
}
.southtime{
position: absolute;
top: 121px;
}
.southcapactiy{
position: absolute;
top: 85px;
}
.southdest{
margin-left: 135px;
margin-top: 12px;
}