-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle_sheet.css
77 lines (66 loc) · 1008 Bytes
/
style_sheet.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
body {
background-color: #202020;
font-family: Arial;
font-size: 15px;
}
.circle_base {
position: absolute;
height: 250px;
width: 250px;
background-color: gray;
border-radius: 50%;
top: 13%;
left: 17%;
z-index:-1;
}
.myChart {
height: 80%;
width: 70%;
background-color: gray;
position: fixed;
}
.head1 {
color: black;
text-align: center;
padding: 20px;
font-size: 40px;
}
.text1 {
color: white;
text-align: center;
font-size: 20px;
font-family: Arial;
padding: 10px;
}
.a1 {
color: white;
padding: 10px;
font-size: 15px;
font-family: Arial;
text-decoration: none;
}
.column {
float: left;
width: 50%;
padding: 0px;
padding-top: 25px;
}
.slider {
-webkit-appearance: none;
width: 50%;
height: 25px;
background: gray;
outline-style: solid;
outline-color: white;
opacity: 100;
}
.btn {
background: white;
color: #202020;
border: none;
font-size: 20px;
}
input {
font-size: 20px;
color: #202020;
}