As a beginner in CSS, I'm facing an issue with arranging divs.
I am trying to position one div at the top of the screen, 150px tall and 100% width, and another div right below it that should take up the remaining space on the screen.
When I set the height of the second div to "100%", it extends beyond the size of the screen, forcing me to scroll which is not what I want. I just want it to occupy the available screen space and adjust to the window size.
Thank you for your help!