Answer the question
In order to leave comments, you need to log in
Can this be done on flexbox?
Is it possible to implement with flex so that the height of these boxes is full height and the height of the INSIDE elements is the same? I know how to do it in jquery, but maybe there is another option? More clearly in the picture:
Answer the question
In order to leave comments, you need to log in
align-items: stretch; on the container, so your cards will be the same height.
You can also hang something like min-height: 2em on those elements that can be of different heights;
So they will occupy the height they need.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question