-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
49 lines (39 loc) · 698 Bytes
/
Copy pathindex.css
File metadata and controls
49 lines (39 loc) · 698 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
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body{
font-family: 'Roboto', sans-serif;
color: white;
text-align: center;
}
h2{
margin: 0.2%;
margin-top: 3%;
margin-bottom: 1%;
}
.Container{
width: 80%;
position: absolute;
bottom: 0px;
left: 10%;
display: flex;
flex-direction: column;
justify-content: center;
}
.sliderContainer{
display: flex;
justify-content: center;
flex-direction: row;
}
.label{
margin: 1% 1%;
}
.slider{
width: 80%
}
p{
color: white;
font-weight: bold;
font-size: 100%;
}
#canvas{
display: block;
}