-
Notifications
You must be signed in to change notification settings - Fork 0
/
#88-Tight-Corner.htm
47 lines (42 loc) · 962 Bytes
/
#88-Tight-Corner.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
<div a>
<div c></div>
<div e></div>
</div>
<div b>
<div d>
<style>
body {
background: #F7F3DA
}
div {
position: absolute
}
[a],
[b] {
width: 200;
height: 40;
background: #D25B70;
top: 36.5%;
left: 0;
border-radius: 0 10px 0 0;
}
[b] {
top: 50%;
transform: rotate(180deg);
left: 50%
}
[c],
[d],
[e] {
width: 40;
height: 40;
background: #D25B70;
right: -20;
top: 20
}
[d],
[e] {
top: 0;
background: #F7F3DA;
right: -40;
border-radius: 20px