-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmicrophone-logo.css
59 lines (57 loc) · 1017 Bytes
/
microphone-logo.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
#microphone-logo {
position: absolute;
top: 6px;
left: 497px;
height: 30px;
width: 30px;
z-index: 10;
border-radius: 50%;
border: none;
}
#speaker {
position: absolute;
width: 6px;
height: 13px;
background: blue;
border-radius: 30px;
top: 5px;
right: -10px;
z-index: 13;
}
#rectangle-top-right {
position: absolute;
background: white;
width: 20px;
height: 12px;
top: 4px;
right: -16px;
z-index: 11;
}
#circle-block {
position: absolute;
background: white;
border-radius: 50%;
width: 15px;
height: 15px;
top: 7px;
right: -14px;
z-index: 12;
}
#circle-color {
position: absolute;
border-radius: 50%;
width: 20px;
height: 20px;
top: 4px;
right: -16px;
background: linear-gradient(yellow, red);
transform: rotate(280deg);
}
#microphone-handle {
position: absolute;
width: 2px;
height: 5px;
background: chartreuse;
top: 24px;
right: -8px;
}