My webpage is currently looking quite empty, with only one DIV element present:
<div style="height: 20%;
min-height: 10px;
max-height: 100px;
width: 100%;
background-color: blue;"></div>
I'm wanting to insert a new DIV element after this existing one that will fill up all the remaining vertical space on the page. Can anyone guide me on how to achieve this?
This CSS challenge has been consuming my whole day, and I must admit, it's starting to make me feel slightly crazy.