Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Ryan778
GitHub Repository: Ryan778/Ryan778.github.io
Path: blob/master/badui/volume/style.css
578 views
1
/* style.css (/badui/volume)
2
(C) 2019 Ryan Zhang. See index.html for legal. */
3
4
html{
5
margin: 40px;
6
}
7
8
img{
9
width: 384px;
10
cursor: pointer;
11
transform: rotate(-45deg);
12
transition: all 0.08s;
13
}
14
15
#button{
16
position: absolute;
17
top: 450px;
18
left: 430px;
19
width: 80px;
20
height: 25px;
21
transition: all 0.08s;
22
transition-delay: 0.04s;
23
}
24
25
#range-outer{
26
width: 600px;
27
padding: 20px;
28
position: absolute;
29
top: 460px;
30
left: 410px;
31
}
32
33
#vol-outer{
34
position: absolute;
35
width: 140px;
36
font-size: 18px;
37
height: 30px;
38
left: 870px;
39
top: 440px;
40
height: 35px;
41
line-height: 0;
42
padding-left: 10px;
43
}
44
45
#info{
46
position: absolute;
47
width: 360px;
48
padding: 10px;
49
top: 40px;
50
left: 650px;
51
}
52
53