Flex Direction PropertyThe flex-direction property is used to set the direction of the flexible items inside the flex container. its default value is row (left-to-right, top-to-bottom). The other possible values are:
Using row-reserve valueLet's take an example to demonstrate the usage of row-reverse value. See this example: Test it NowUsing a column valueLet's take an example to demonstrate the usage of column value. See this example: Test it NowUsing a column-reserve valueLet's take an example to demonstrate the usage of column-reserve value. See this example: Test it Now
Next TopicFlexbox Justify-Content Property
|