В

Size: a a a
В
p
p
В
p
В
RR
В
В
p
p
В
В
В
Е
В
В
p
<div class="wrapper">
<div class="content">1</div>
<img src="http://placekitten.com/100/100" alt="" />
</div>
.wrapper {
position: relative;
margin: 80px;
}
.content {
position: relative;
min-width: 420px;
min-height: 100px;
background: purple;
z-index: 2;
}
img {
position: absolute;
top: -70px;
right: 0;
z-index: 1;
}
RR
Е