-
Notifications
You must be signed in to change notification settings - Fork 0
/
#41-Fox-Head.htm
52 lines (45 loc) · 975 Bytes
/
#41-Fox-Head.htm
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
<div a>
<div b></div>
</div>
<div c>
<div d>
</div>
<style>
body {
background: #293462;
}
div {
position: absolute;
}
[a] {
width: 50px;
height: 100px;
background: #FE5F55;
top: 26.5%;
left: 37.5%;
border-radius: 0 40px 0 0;
-webkit-box-reflect: right;
}
[b] {
width: 30px;
height: 30px;
background: #293462;
border-radius: 50%;
bottom: 10;
right: 5;
}
[c] {
width: 50px;
height: 40px;
background: #FE5F55;
top: 60%;
left: 37.4%;
-webkit-box-reflect: right;
}
[d] {
width: 100%;
height: 100%;
background: #293462;
border-radius: 0 100px 0 0;
}
</style>