I am facing a challenge with two div
elements in my design. One of the div
s has been set to have a height of 20vmin, but I am struggling to make the other div
take up the remaining height.
Initially, I experimented with using 80vmin for the second div
, however, this did not consistently result in it taking up the entire remaining space.
Another attempt involved setting the height of the second div
to 80%, but this also failed to accurately occupy the remaining space as desired.