-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
72 lines (61 loc) · 1.16 KB
/
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
.mySlides {
display: none;
}
body {
background-color:rgb(16, 17, 17);
margin: 0 !important;
padding: 0;
}
.head {
margin-top: 10px !important;
padding: 0;
margin-right: 20vw;
margin-left: 20vw;
text-align: center;
font-size: 40px;
color: rgb(221, 126, 18);
font-weight: bolder;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.buttonclass{
text-align: center;
padding: 10px;
margin-top: 20px;;
}
.btn:hover {
background-color: rgb(180, 206, 206); /* Green */
opacity: 0.5;
color: rgb(16, 17, 17);
}
.btn {
transition-duration: 0.4s;
font-family: 'Gill Sans', 'Trebuchet MS', sans-serif;
cursor: pointer;
padding: 12px;
font-weight: bolder;
background-color: rgb(16, 17, 17);
border-radius: 10px;
border: 5px bold;
color: white;
font-size: 20px;
border: white;
margin-top: 4vw;
margin-left: 20px;
margin-right: 20px;
text-align: center;
}
.data-container {
width: 600px;
height: 384px;
position: relative;
margin: auto;
padding: 0;
}
.bar {
width: 28px;
position: absolute;
left: 0;
bottom: 0;
background-color: rgb(255, 174, 0);
transition: 0.01s all ease;
}