-
Notifications
You must be signed in to change notification settings - Fork 0
/
#66 - Batmicky.html
71 lines (64 loc) · 1.28 KB
/
#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
64
65
66
67
68
69
70
71
<div>
<p>
<style>
body {
background: #191919
}
div,
p,
:before,
:after {
content: "";
position: absolute
}
div {
background: #f2ad43;
width: 246px;
height: 80px;
top: 100px;
left: 50%;
transform: translateX(-50%)
}
div:before {
background: #191919;
width: 80px;
height: 30px;
border-radius: 0 0 10px 10px;
left: 83
}
body:before {
background: #191919;
width: 100px;
height: 100px;
border-radius: 50%;
top: 100px;
left: 25px;
z-index: 1;
-webkit-box-reflect: right 150px
}
body:after {
background: #191919;
width: 200px;
height: 200px;
border-radius: 50%;
top: 160px;
left: 40px;
z-index: 1;
-webkit-box-reflect: right -80px
}
p {
margin: 0;
background: #f2ad43;
width: 10px;
height: 20px;
top: 10px;
right: 50%;
-webkit-box-reflect: right
}
p:before {
background: #f2ad43;
width: 10px;
height: 10px;
border-radius: 50%;
top: -5px;
left: -5px