Files

9 lines
449 B
Markdown
Raw Normal View History

2018-10-12 15:37:13 -04:00
---
title: Use the flex-wrap Property to Wrap a Row or Column
---
## Use the flex-wrap Property to Wrap a Row or Column
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.