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
By default, flex items are laid out in the order they appear in the source code. We can use the `order` property to change the order of any flex item.
Resources
Video review
- The
order
property applies to flex items only. - We can use the
order
property to change the order of any flex item. - You can structure an HTML document for SEO or accessibility first, then rearrange the content without ever editing the HTML.
- The default order of all flex items is
0
. -
order
places flex items relative to the other items'order
values. - To place a flex item before another item, it needs to have a lower
order
value than the item. - To place a flex item after another item, it needs to have a higher
order
value than the item.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up-
David Finney
4,116 Points1 Answer
-
baderbouta
7,804 Points1 Answer
-
Ryan Schmelter
9,710 Points5 Answers
-
Hanxiao Jiang
8,526 Points1 Answer
-
PLUS
Jared Armes
Courses Plus Student 6,391 Points2 Answers
-
Kavan Bahrami
8,475 Points7 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