-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path#78 - Ukulele.html
72 lines (72 loc) · 1021 Bytes
/
#78 - Ukulele.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
<div a></div>
<div b></div>
<div c></div>
<div d></div>
<div e></div>
<div g></div>
<div h></div>
<style>
*{
background:#F3AC3C;
}
div{
position:fixed
}
[a]{
top:90;
left:45;
height:120;
width:120;
background:#998235;
border-radius:50%;
}
[b]{
top:140;
left:205;
height:20;
width:120;
background:#1A4341;
}
[c]{
top:100;
left:115;
height:100;
width:100;
background:#998235;
border-radius:50%;
}
[d]{
top:125;
left:140;
height:40;
width:40;
background:#1A4341;
border-radius:50%;
border:5px solid #F3AC3C;
}
[e]{
top:130;
left:85;
height:40;
width:10;
background:#1A4341;
border-radius:5px;
}
[g]{
top:135;
left:315;
height:30;
width:40;
background:#998235;
border-radius:10px;
}
[h]{
top:143;
left:325;
height:4;
width:20;
background:#1A4341;
border-radius:10px;
-webkit-box-reflect:below 6px;
}
</style>