Files
Randell Dawson 1494a50123 fix(guide): restructure curriculum guide articles (#36501)
* 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
2019-07-24 13:29:27 +05:30

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.