-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path#76 - Beeee.html
More file actions
56 lines (56 loc) · 850 Bytes
/
Copy path#76 - Beeee.html
File metadata and controls
56 lines (56 loc) · 850 Bytes
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
<div a></div>
<div b>
<div></div>
</div>
<div c></div>
<div d></div>
<style>
*{
background:#998235;
}
[a]{
position:absolute;
width:75;
height:75;
background:#FFFFFF;
border-radius:50% 50% 0;
top:75;
left:125;
-webkit-box-reflect:right -0.7px;
}
[b]{
width:150;
height:75;
position:relative;
background:#EFF33C;
border-radius:50px;
top:142;
left:117;
overflow:hidden
}
[b]>div{
background:#191919;
position:absolute;
width:25;
height:75;
left:0;
}
[c]{
width:25;
height:75;
position:relative;
background:#191919;
top:67;
left:152;
-webkit-box-reflect:right 10px;
}
[d]{
position:fixed;
border-radius:50%;
width:15px;
height:15px;
background:#191919;
left:240;
top:170;
}
</style>