-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path#56 - Skull.html
71 lines (71 loc) · 1.21 KB
/
#56 - Skull.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
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<style>
*{
margin:0;
background:#191919;
}
div:nth-child(1) {
position:fixed;
top:85;
left:140;
width:60;
height:100;
border-top-left-radius:500px;
border-bottom-left-radius:90px;
background: #4F77FF;
-webkit-box-reflect:right ;
}
div:nth-child(3) {
position:fixed;
top:138;
left:155;
width:40;
height:40;
border-radius:30px;
background: #191919;
-webkit-box-reflect:right 10px;
}
div:nth-child(2) {
position:fixed;
top:175;
left:160;
width:80;
height:40;
border-bottom-left-radius:20px;
border-bottom-right-radius:20px;
background: #4F77FF;
}
div:nth-child(4) {
position:fixed;
top:176;
left:190;
width:20;
height:20;
border-radius:20px;
background: #191919;
}
div:nth-child(5) {
position:fixed;
top:205;
left:180;
width:10;
height:50;
border-radius:20px;
background: #191919;
-webkit-box-reflect:right 20px;
}
div:nth-child(6) {
position:fixed;
top:205;
left:195;
width:10;
height:50;
border-radius:20px;
background: #191919;
}
</style>