Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
- Building a Navigation Bar with Flexbox 7:32
- Creating a Two Column Layout with Flexbox 2:36
- Creating a Three Column Layout with Flexbox 5:24
- Aligning Items to the Bottom of a Column 4:13
- Creating a Sticky Footer with Flexbox 4:58
- Building a Layout with Flexbox 5 questions
- Flexbox Columns Challenge 2 objectives

- 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
Flexbox's source-order independence makes it the perfect tool for building a responsive website navigation.
Resources
Video Review
- It's possible for an element to be both a flex item and a flex container.
Giving .main-header
a justify-content: space-between;
declaration positions the site name on the left side of the header and the navigation menu on the right:
.main-header {
justify-content: space-between;
}
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated 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