-
Notifications
You must be signed in to change notification settings - Fork 0
/
#66-Batmicky.htm
73 lines (64 loc) · 1.16 KB
/
#66-Batmicky.htm
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
<div a></div>
<div b></div>
<div c></div>
<style>
:before,
:after {
content: '';
position: absolute
}
body {
background: #191919
}
div {
position: absolute
}
[a] {
width: 240;
height: 100;
background: #F2AD43;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
[a]:before,
[a]:after {
width: 100;
height: 100;
background: #191919;
border-radius: 50%;
left: -55;
-webkit-box-reflect: right 150px
}
[a]:after {
width: 130;
top: 60%;
left: -0;
-webkit-box-reflect: right -20px
}
[b] {
width: 80;
height: 30;
background: #191919;
top: 33.2%;
left: 40%;
border-radius: 0 0 10px 10px
}
[c] {
width: 20;
height: 20;
background: #F2AD43;
top: 36.5%;
left: 47.5%;
}
[c]:before,
[c]:after {
width: 10;
height: 10;
border-radius: 50%;
background: #F2AD43;
top: -5;
left: -5
}
[c]:after {
left: 15