-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path#71 - Elephant.html
79 lines (79 loc) · 1.37 KB
/
#71 - Elephant.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
<div a>
<div></div>
</div>
<div b></div>
<div c></div>
<div d></div>
<div e></div>
<style>
*{
background:#998235;
}
[a]{
position:relative;
left:42;
top:52;
width:80;
height:180;
background:#1A4341;
border-radius:50%;
overflow:hidden;
-webkit-box-reflect:right 140px;
}
[a]>div{
position:absolute;
width:80;
height:180;
top:0;
left:16;
border-radius:50%;
background:#0B2429;
}
[b]{
position:absolute;
left:110;
top:60;
background:#1A4341;
height:180;
width:180;
border-radius:50%;
overflow:hidden;
}
[c]{
position:absolute;
left:140px;
top:190;
background:transparent;
width:80;
height:80;
border:20px solid white;
border-radius:50%;
border-left:20px solid transparent;
border-bottom:20px solid transparent;
transform:rotate(-45deg)
}
[d]{
height:200px;
width:40px;
background:#0B2429;
position:absolute;
border-radius:250px;
left:180;
top:180
}
[e]{
position:absolute;
left:150px;
top:150;
background:#0B2429;
width:20;
height:10;
border-right:10px solid #998235;
border-top:10px solid #998235;
border-left:10px solid #998235;
border-top-left-radius:50px;
border-top-right-radius:50px;
transform:rotate(180deg);
-webkit-box-reflect:left 20px;
}
</style>