-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
96 lines (86 loc) · 1.35 KB
/
main.css
File metadata and controls
96 lines (86 loc) · 1.35 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
/* #1 */
.row-1 td {
padding-bottom: 10px;
}
.row-1 th {
padding-bottom: 10px;
}
.row-2 td {
padding-bottom: 10px;
border: solid #D0D0D0;
border-width: 1px 0;
padding-top: 10px;
}
.row-3 td {
padding-top: 10px;
}
.col-1 {
padding-right: 75px;
}
.col-2 {
padding-right: 125px;
}
.col-3 {
padding-right: 125px;
}
.col-4 {
padding-right: 120px;
}
/* #2 */
.numbers {
font-size: 35px;
font-weight: bold;
padding-right: 50px;
}
.text {
font-size: 12px;
color: #D0D0D0;
}
.table-2 {
border: solid #D0D0D0;
border-width: 1px 0;
border-spacing: 10%;
}
/* #3 */
.bar-graph {
color: black;
width: 100%;
font-size: 15px;
}
.bar-graph th {
padding-right: 7px;
text-align: right;
width: 15% ;
}
.bar-graph div {
color: white;
background-color: #5AA4E0;
padding: 4px;
border-radius: 0px 3px 3px 0px;
}
/* #4 */
.hello-para {
background-color: white;
border-radius: 10px;
border: 3px solid #686868;
padding: 36px;
border-width: 85px;
}
#close-button a {
font-size: 18px;
background-color: #BA6D6D;
border-radius: 6px;
padding: 10px;
width: 20%;
text-align: center;
text-decoration: none;
color: white;
float: right;
}
/* #5 */
img {
float: left;
padding: 8px;
position: relative;
margin-bottom: 20px;
}