Below is an example of: flex-direction: row;

1

2

3

4

Below is an example of: flex-direction: row-reverse;

1

2

3

4

Below is an example of: flex-direction: column;

1

2

3

4

Below is an example of: flex-direction: column-reverse;

1

2

3

4

Below is an example of: flex-direction: row;flex-wrap: wrap-reverse;

1

2

3

4

https://www.w3schools.com/css/css_specificity.asp https://www.w3schools.com/css/css3_flexbox_items.asp https://www.w3schools.com/css/css3_flexbox_responsive.asp