-
Notifications
You must be signed in to change notification settings - Fork 0
/
#73 - Happy Tiger.html
75 lines (68 loc) · 1.5 KB
/
#73 - Happy Tiger.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
<div>
<p>
<style>
body {
background: #f3ac3c
}
div,
p,
:before,
:after {
content: '';
position: absolute
}
body:before {
background: #1a4341;
width: 40px;
height: 40px;
border: 10px solid #998235;
border-radius: 50%;
top: 65px;
left: 115px;
-webkit-box-reflect: right 50px
}
div {
background: #998235;
width: 150px;
height: 150px;
border-radius: 50% 50% 60px 60px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
overflow: hidden
}
div:before {
background: #1a4341;
width: 40px;
height: 40px;
top: -23px;
left: 50%;
transform: translateX(-50%) rotate(45deg)
}
div:after {
background: #1a4341;
width: 20px;
height: 20px;
border-radius: 50%;
top: 60px;
left: 25px;
-webkit-box-reflect: right 60px
}
p {
margin: 0;
background: #fff;
width: 50px;
height: 40px;
border-radius: 20px 0 0 50px;
bottom: 15px;
right: 50%;
-webkit-box-reflect: right
}
p:after {
width: 20px;
height: 40px;
border: 10px solid #1a4341;
border-radius: 50px;
right: -5px;
bottom: 10px;
clip-path: polygon(0 100%, 100% 100%, 100% 20px, 50% 20px, 50% 40px, 0 40px