Aligning Individual Flexbox Items - Summary
Review and summarize your knowledge of changing the properties of Flexbox items.
We'll cover the following
Flex item properties
In this chapter, we learned about the following properties:
align-self
flex-grow
flex-shrink
flex-basis
- the
flex
shorthand notation, order
All these rules influence a single Flex item. These rules should mainly be used to signal exceptions with respect to the default Flexbox container behavior.
Let’s experiment with these properties in an interactive example:
Get hands-on with 1400+ tech skills courses.