-
Notifications
You must be signed in to change notification settings - Fork 11
/
#70 - Froggy.html
59 lines (59 loc) · 926 Bytes
/
#70 - Froggy.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
<div a>
<div></div>
</div>
<div b></div>
<div c></div>
<div d></div>
<style>
*{
background:#293462;
}
[a]{
position:relative;
left:117;
top:102;
background:#A64942;
height:100;
width:150;
border-radius:75px;
overflow:hidden;
}
[a]>div{
position:absolute;
top:-320;
left:-120;
border-radius:50%;
width:390;
height:390;
background:#FE5F55;
}
[b]{
width:10;
height:10;
position:absolute;
top:160;
left:185;
border-radius:50%;
-webkit-box-reflect:right 10px;
}
[c]{
width:30;
height:30;
background:#FFF1C1;
border-radius:50%;
position:absolute;
left:140px;
top:85;
border:10px solid #FE5F55;
-webkit-box-reflect:right 20px;
}
[d]{
width:10;
height:10;
position:absolute;
top:105;
left:160;
border-radius:50%;
-webkit-box-reflect:right 60px;
}
</style>