-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
71 lines (61 loc) · 866 Bytes
/
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
70
71
ul {
list-style: none;
display: flex;
justify-content: space-around;
align-items: center;
margin: 0px 40px 0px 40px;
font-size: 40px;
}
.flex {
display: flex;
flex-direction: column;
align-items: center;
}
.modal {
display: block;
position: relative;
margin: 10px;
font-size: 20px;
color: #666666;
font-family: sans-serif;
}
.fa {
margin-left: 40px;
margin-right: 40px;
}
.fa:hover {
cursor: pointer;
color: #666666;
}
.credit {
position: absolute;
top: 0;
right: 0;
font-size: 12px;
}
#volume-off {
color: #000000;
}
#plus-circle {
color: #c0cbff;
}
#minus-circle {
color: #ffb38d;
}
#question-circle {
color: #a1ff8d;
}
#music-circle {
color: #33eee0;
}
#github {
color: #ff8da1;
}
#canvas {
position: fixed;
top: 5;
left: 0;
width: 100%;
height: 100%;
background-color: #DABDD8;
}