There is container:
<div class="container">
<div class="block1"></div>
<div class="block2"></div>
</div>
Block class="container"
has height of screen height.
How to make the same height for block1, block2
? so that they occupy the entire height of the parent?
I have tried flex