3 - Chapter 3 Part III - CSS
3 - Chapter 3 Part III - CSS
Values Description
flex- The flex-direction property is used to set the direction of the
direction flexible items inside the flex container. Its default value
is row (left-to-right, top-to-bottom). The possible values of this
property are row, row-reverse, column, and column-reverse.