As you can see, that box has less height and I wanted the bottom one to stack with it, is it possible to do it? Any help will be appreciated.
This is the css I have:
<style>
div{
display: inline-block;
margin:0;
position:relative;
top:0;
border:1px solid black;
}
</style>