-
Notifications
You must be signed in to change notification settings - Fork 0
/
Target #10 - Cloaked Spirits.html
75 lines (73 loc) · 1.13 KB
/
Target #10 - Cloaked Spirits.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
<div class='Bbase c'></div>
<div class='extra c'></div>
<div class='big Bout' id='a'></div>
<div class='small Bin' id='b'></div>
<div class='big Bout' id='c'></div>
<div class='small Bin' id='d'></div>
<div class='big Aout'></div>
<div class='small Ain'></div>
<style>
body{
background:#62306D;
margin:0px;
}
div {
position:absolute;
}
.big{
width: 100px;
height: 100px;
border-radius: 50%;
}
.small{
width: 60px;
height: 60px;
border-radius: 50%;
z-index:1;
}
.Bin{
background:#E38F66;
margin-top:170px;
}
.Bout{
background:#AA445F;
margin-top:150px;
}
.Aout{
background:#E38F66;
margin-top:50px;
margin-left:150px;
}
.Ain{
background:#AA445F;
margin-top:70px;
margin-left:170px;
}
.c{
background:#F7EC7D;
}
.Bbase{
height:100px;
width:300px;
margin-left:50px;
margin-top:200px;
}
.extra{
height:250px;
width:100px;
margin-left:150px;
margin-top:100px;
}
#a{
margin-left:50px;
}
#b{
margin-left:70px;
}
#c{
margin-left:250px;
}
#d{
margin-left:270px;
}
</style>