I positioned the divs slightly offset, so that you can see it at work.
HTML
CSS
.outer {
position: relative;
margin-top: 20px;
}
.top {
position: absolute;
margin-top: -10px;
background-color: green;
}
.bot {
position: absolute;
background-color: yellow;
}
https://codepen.io/anon/pen/EXxKzP