-
Notifications
You must be signed in to change notification settings - Fork 0
/
battle#31 target#195 lookaway.txt
70 lines (70 loc) · 1.05 KB
/
battle#31 target#195 lookaway.txt
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
<div id="a"></div>
<div id="b"></div>
<div id="c"></div>
<div id="d"></div>
<div id="e"></div>
<div id="f"></div>
<div id="g"></div>
<div id="h"></div>
<div id="i"></div>
<style>
body {
background: #F9C96C;
}
div {
border-radius: 50%;
position: absolute;
}
#a {
width: 300px;
height: 298px;
background: #E89A52;
top: 35px;
right: 103px;
}
#b {
width: 280px;
height: 294px;
background: #F459E3;
top: 39px;
right: 144px;
}
#c {
width: 240px;
height: 190px;
border-radius: 95px 95px 175px 175px;
box-shadow: 0 0 0 200px #131313;
rotate: -15deg;
top: 55px;
left: 80px;
}
#d, #e {
width: 50px;
height: 50px;
rotate: 45deg;
border: 15px solid;
border-color: #0000 #131313 #131313 #0000;
bottom: 100px;
}
#d, #f {
left: 100px;
}
#e {
left: 195px;
}
#f, #g, #h, #i {
background: #131313;
width: 15px;
height: 15px;
top: 152px;
}
#g {
left: 165px;
}
#h {
left: 195px;
}
#i {
left: 260px;
}
</style>