- Demo1, Demo2 (better way!)
- How to align two divs side by side: https://stackoverflow.com/a/18345124/7416001
- Give Parent Div 100% Height Of Child Floated Elements: https://www.lockedownseo.com/parent-div-100-height-child-floated-elements/
- Demo link
- How to horizontally center a
<div>
: https://stackoverflow.com/a/114549/7416001 - What does
auto
do inmargin: 0 auto
: https://stackoverflow.com/a/3170774/7416001
- difference between
height: 100%
vsheight: auto
: https://stackoverflow.com/a/15943054/7416001