-
Notifications
You must be signed in to change notification settings - Fork 0
/
#76-Beeee.htm
73 lines (64 loc) · 1.1 KB
/
#76-Beeee.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 class="a1"></div>
<div class="a2"></div>
<div class="a">
<div class="b"></div>
</div>
<style>
body {
background: #998235
}
div {
position: absolute;
}
:before,
:after {
content: '';
position: absolute;
}
.a {
width: 150px;
height: 75px;
background: #EFF33C;
border-radius: 85px;
top: 50%;
left: 31%;
overflow: hidden;
}
.b,
.b:before,
.b:after {
width: 26px;
height: 80px;
background: #191919;
}
.b::before {
width: 25;
left: 36
}
.b::after {
width: 25;
left: 71
}
.a1,
.a2 {
width: 75px;
height: 75px;
background: #fff;
border-radius: 100% 100% 0 100%;
left: 31.2%;
top: 25%;
}
.a2 {
border-radius: 100% 100% 100% 0;
left: 50%
}
.a2:after {
width: 15px;
height: 15px;
background: #191919;
border-radius: 50%;
top: 95;
left: 40;
z-index: 1;
}
</style>