-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path#66 - Batmicky.html
63 lines (63 loc) · 962 Bytes
/
#66 - Batmicky.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
<div a></div>
<div b></div>
<div c></div>
<div d></div>
<div e></div>
<div f></div>
<style>
*{
background:#191919;
margin:0;
}
[a]{
position:absolute;
top:100;
left:80;
width:240;
height:100;
background:#F2AD43;
}
[b]{
width:100;
height:100;
border-radius:50%;
position:absolute;
top:100;
left:25;
-webkit-box-reflect:right 150px;
}
[c]{
width:200;
height:200;
border-radius:50%;
position:absolute;
top:160;
left:40;
-webkit-box-reflect:right -80px;
}
[d]{
width:80;
height:50;
border-radius:10px;
position:absolute;
top:80;
left:160;
}
[e]{
width:10;
height:10;
background:#F2AD43;
border-radius:10px;
position:absolute;
top:105;
left:185;
-webkit-box-reflect:right 10px;
}
[f]{
width:20;
height:50;
background:#F2AD43;
position:absolute;
top:110;
left:190;
</style>