-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path#79 - Tambourine.html
84 lines (83 loc) · 1.24 KB
/
#79 - Tambourine.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
76
77
78
79
80
81
82
83
84
<div a><div e></div></div>
<div b>
<span></span>
</div>
<div c>
<span></span>
</div>
<div d>
<span></span>
</div>
<div h></div>
<style>
*{
background:#6592CF;
}
div{
position:fixed
}
div>span{
position:absolute;
width:10;
height:10;
top:10;
left:10;
border-radius:5px;
background:#243D83;
}
[a]{
top:67;
left:107;
height:170;
width:170;
border-radius:50%;
box-shadow:inset 0 0 0 10px #243D83;
position:relative;
overflow:hidden;
}
[b]{
top:95;
left:105;
height:30;
width:30;
border-radius:50%;
border:10px solid #243D83;
-webkit-box-reflect:right 90px;
}
[c]{
top:165;
left:105;
height:30;
width:30;
border-radius:50%;
border:10px solid #243D83;
-webkit-box-reflect:right 90px;
}
[d]{
top:55;
left:175;
height:30;
width:30;
border-radius:50%;
border:10px solid #243D83;
}
[e]{
position:absolute;
background:#6592CF;
top:125;
left:25;
height:100;
width:100;
border-radius:50%;
border:10px solid #243D83;
}
[h]{
position:absolute;
background:#6592CF;
top:210;
left:150;
height:100;
width:100;
border-radius:50%;
}
</style>