I have a problem with the layout of the cards.
I need the card on the left side to always be full height until the bottom card width reaches the card on the left side. Then the height on the left card should decrease accordingly.
I would like to do everything with css if possible.
Tried with flex and grid, but none worked.