Hot Student Stories
Which css property configures multiple lines in a flex container?
1 answer
Add you answer
Wanna comment?
Please Sign In / Sign Up
That would be the flex-wrap property. If it is set to flex-wrap: wrap; the items in the flex container is wrapped in another line, if they are too big for the current.