Answer the question
In order to leave comments, you need to log in
How to stretch only one block using flexbox?
There is a code:
With align-items: stretch; li elements are stretched to full height.
How can I stretch only one of the li elements using flexbox? (without using pseudo-classes).
I believe that there is no way without pseudo-classes. And my opinion is that the simplest and most correct is to use align-self for the desired element. What do you think?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question