I am struggling with getting two divs in parallel to have full height.
Even though I have the divs side by side, when I try to set their height:100%;
, nothing happens.
What CSS properties do I need to modify to achieve this?
The goal is to create a cover page with only a cover photo, without any scroll bars, divided into two sections.
Here's my code: https://jsfiddle.net/davidlerma87/3u8v01b4/2/
Now:
Firstly: The menu bar at the top is not functioning properly.
Secondly: I want two columns below with equal full height.
Thirdly: This should also work on mobile devices.
The issue lies with the alignment of the divs. Thank you for your help!
https://i.sstatic.net/rHos2.png
To clarify, two columns within one screen but both taking up full height, including the top menu.