-
Notifications
You must be signed in to change notification settings - Fork 11
/
#105 - Ryuk.html
66 lines (66 loc) · 1.02 KB
/
#105 - Ryuk.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
<div a></div>
<div b>
<div b1></div>
<div b2>
<div b3></div>
</div>
<div b4></div>
</div>
<style>
*{
background:#BAC7CE
}
[a] {
background:#475862;
position:fixed;
width:150;
height:150;
transform:rotate(45deg);
left:125;
top:-90;
}
[b] {
position:relative;
top:122;
left:242;
-webkit-box-reflect:left 100px;
}
[b1] {
position:absolute;
background:black;
width:120;
height:120;
transform:rotate(15deg);
border-top-left-radius:60px;
border-bottom-right-radius:60px;
}
[b2] {
position:relative;
overflow:hidden;
background:#5A6042;
width:100;
height:100;
top:10;
left:10;
border-radius:50%;
}
[b3] {
position:absolute;
background:#868A64;
width:100;
height:100;
top:15;
left:0;
border-radius:50%;
}
[b4] {
position:absolute;
background:#4E2B24;
width:30;
height:30;
top:40;
left:40;
border:5px solid black;
border-radius:50%;
}
</style>