Answer the question
In order to leave comments, you need to log in
How to make flex width align first row and second row align first?
How to make flex width align first row and second row align first?
Answer the question
In order to leave comments, you need to log in
display: flex;
align-items: flex-start;
flex-wrap: wrap;
justify-content: flex-start;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question