-
Notifications
You must be signed in to change notification settings - Fork 0
/
notes.css
104 lines (103 loc) · 1.01 KB
/
notes.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
/* line 1 */
#note-1 {
left: 14%;
}
#line-1 {
left: 15.8%;
bottom: 40%;
}
#note-2 {
left: 19%;
}
#line-2 {
left: 19%;
top: 40%;
}
#dot-2 {
left: 21.5%;
top: 35%;
}
#note-3 {
left: 24%;
}
#line-3 {
left: 24%;
top: 40%;
}
#eight-3 {
position: absolute;
height: 48%;
left: 24.4%;
top: 62%;
border: 1px solid black;
transform: rotate(20deg);
border-radius: 0% 100% 0% 0%;
}
#bar-1 {
left: 28%;
}
#note-4 {
left: 30%;
}
#line-4 {
left: 31.8%;
bottom: 11%;
}
#dot-4 {
left: 32.5%;
bottom: 6%;
}
#note-5 {
left: 35%
}
#line-5 {
bottom: 22%;
left: 36.8%
}
#bar-2 {
left: 39%;
}
#note-6 {
left: 41%;
}
#line-6 {
left: 42.8%;
bottom: 36%;
}
#note-7 {
left: 45%;
}
#line-7 {
left: 45%;
bottom: -18%;
}
#note-8 {
left: 49%;
}
#line-8 {
left: 49%;
bottom: -12%;
}
#note-9 {
left: 53%;
}
#line-9 {
left: 53%;
bottom: -7%;
}
#bar-3 {
left: 57%;
}
#note-10 {
left: 59%;
}
#line-10 {
left: 60.8%;
}
#dot-10 {
left: 61.5%;
bottom: 31%;
}
#bar-4 {
right: 31%;
}