* fix: restructure certifications guide articles * fix: added 3 dashes line before prob expl * fix: added 3 dashes line before hints * fix: added 3 dashes line before solutions
475 B
475 B
title
title |
---|
Use the flex-wrap Property to Wrap a Row or Column |
Use the flex-wrap Property to Wrap a Row or Column
Problem Explanation
Setting the flex-wrap
property to wrap
will make the columns go back to their specified width and the gree and black columns will be wraped to the begining of the frame.
Note that setting it to wrap-reverse
will not make the grey empty space from the #box-container
stay at the bottom while changing the columns order.