I have been trying out display inline-block, everything worked out great if I didn\'t add anything into the divs but when I do the div collapsed and I don\'t know exactly wh
Use overflow: hidden at .inline-block to make this work.
overflow: hidden
.inline-block
.inline-block{ display: inline-block; overflow: hidden; }