-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.css
81 lines (67 loc) · 1.01 KB
/
main.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
77
78
79
80
81
.main-container {
display: flex;
justify-content: space-evenly;
position: relative;
}
.container {
display: flex;
flex-direction: column;
align-items: center;
margin-left: 7%;
}
.sound-box{
position: relative;
width: 100%;
}
.img-container {
display: flex;
justify-content: center;
position: relative;
width: 100%;
}
.key {
position: absolute;
border: 0px rgba(0, 0, 0, 0);
background-color: rgba(0, 0, 0, 0);
border-radius: 50%;
}
.key1 {
width: 16%;
height: 30%;
}
.key2 {
width: 12%;
height: 22%;
}
#keyA {
margin-left: 74%;
margin-top: -49%;
}
#keyS {
margin-left: 68%;
margin-top: -37%;
}
#keyD {
margin-left: 19%;
margin-top: -37%;
}
#keyF {
margin-left: 14%;
margin-top: -49%;
}
#keyG {
margin-left: 60%;
margin-top: -24%;
}
#keyH {
margin-left: 24%;
margin-top: -24%;
}
#keyJ {
margin-left: 33%;
margin-top: -44%;
}
#keyK {
margin-left: 51%;
margin-top: -44%;
}