-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path#107 - Sealing Wand.html
88 lines (88 loc) · 1.47 KB
/
#107 - Sealing Wand.html
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
<div a></div>
<div b></div>
<div c></div>
<div d></div>
<div e></div>
<div f></div>
<div g></div>
<div j></div>
<style>
* {
background:#161616;
}
[a] {
position:absolute;
top:160;
left:190;
width: 20px;
height: 150px;
background: #E96A23;
}
[b] {
position:absolute;
top:129;
left:210;
width: 70px;
height: 39.5px;
background: #E96A23;
border-top-right-radius:70px;
border-bottom-right-radius:10px;
}
[c] {
position:absolute;
top:163;
left:185;
width: 30px;
height: 40px;
background: #A22015;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
}
[d] {
position:absolute;
top:120;
left:170;
width: 20px;
height: 20px;
background: #161616;
border-radius:55px;
border:20px solid #A22015;
}
[e] {
position:absolute;
top:125;
left:175;
width: 30px;
height: 30px;
background: transparent;
border-radius:55px;
border:10px solid #FFFFFF;
}
[f] {
position:absolute;
top:132;
left:130;
width: 53px;
height: 12px;
background: #FFFFFF;
border-bottom-left-radius:15px;
}
[g] {
position:absolute;
top:142;
left:145;
width: 33px;
height: 14px;
background: #FFFFFF;
border-bottom-left-radius:12px;
}
[j] {
position:absolute;
top:155;
left:160;
width: 23px;
height: 13px;
background: #FFFFFF;
border-bottom-left-radius:12px;
}
</style>