html tutorial - How to create two div elements with same height side by side in CSS - html5 - html code - html form
Answer: Use the CSS3 flexbox
With CSS3 flex layout model you can very easily create the equal height columns or <div> elements that are aligned side by side. Just apply the display
property with the value flex
on the container element and the flex property with the value 1 on child elements, like this: