-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path#69 - PushOwl.html
82 lines (81 loc) · 1.47 KB
/
#69 - PushOwl.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
<div a></div>
<div b></div>
<div c></div>
<div d></div>
<div e></div>
<div f></div>
<style>
*{
background: #191919;
}
[a]{
position:absolute;
top:125;
left:131;
width:11;
height:11;
border:9px solid #E08027;
border-radius:50%;
border-top:9px solid transparent;
border-left:9px solid transparent;
transform:rotate(-135deg);
z-index:5;
}
[b]{
position:absolute;
top:125;
left:239;
width:11;
height:11;
border:9px solid #E08027;
border-radius:50%;
border-top:9px solid transparent;
border-left:9px solid transparent;
transform:rotate(-135deg);
z-index:5;
}
[c]{
position:absolute;
top:77;
left:89;
width:114;
height:114;
background:#E08027;
border-top-right-radius:50%;
border-bottom-right-radius:50%;
border-bottom-left-radius:50%;
-webkit-box-reflect:right -6px;
}
[d]{
width:20;
height:20;
position:absolute;
top:89;
left:101;
border-radius:50%;
border:35px solid #191919;
-webkit-box-reflect:right 18px;
}
[e]{
width:54;
height:50;
position:absolute;
top:161;
left:171;
background:#E08027;
transform:rotate(45deg)
}
[f]{
height:114;
width:114;
position:absolute;
left:187;
top:67;
background:transparent;
border-radius:50%;
border:10px solid #191919;
z-index:4;
border-top:10px solid transparent;
border-right:10px solid transparent;
}
</style>