Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
- Controlling the Direction of Flex Items 3:47
- Wrapping Flex Items 2:33
- Distributing Space Inside a Flex Container 5:55
- Changing the Order of Flex Items 5:32
- Wrapping Items and Distributing Space 3 objectives
- Growing Flex Items 3:42
- Smarter Layouts with flex-basis and flex 6:42
- Aligning Flex Items on the Cross Axis 3:43
- Growing and Aligning Flex Items 3 objectives
- Vertical and Horizontal Centering 4:14
- Flexbox Properties Review 6 questions

- 2x 2x
- 1.75x 1.75x
- 1.5x 1.5x
- 1.25x 1.25x
- 1.1x 1.1x
- 1x 1x
- 0.75x 0.75x
- 0.5x 0.5x
In this video, you'll learn how simple it is to control the direction of your flexbox layout, with the flex-direction property.
Resources
Video review
- Some flexbox properties apply to the flex container only, while some apply only to the flex items.
- The
flex-direction
property applies to the flex container only. - The default value for
flex-direction
isrow
. - To reverse the direction flex items in a row, use the value
row-reverse
. - The value
column
rotates the main axis so that flex items are laid out vertically. - Like the
row-reverse
property, you can swap the top-to-bottom direction of a column with the valuecolumn-reverse
.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up-
PLUS
john knight
Courses Plus Student 9,155 Points1 Answer
-
Phil Sta
3,805 Points1 Answer
-
Alex Thomas
4,247 Points2 Answers
View all discussions for this video
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up