Chapter 15. CSS: Layout – Flex Box
Flex Box is one of the most important techniques in the modern website layout approach.
Through this chapter, you can understand how to use Flex Box, including key related properties and useful techniques.
The following lessons are covered in this chapter.
Lessons in this chapter
- Flex Box – display: flex
- flex-direction
- Main Axis and Cross Axis
- flex-wrap
- justify-content
- align-items
- align-content
- align-self
- flex-grow
- flex-shrink
- flex-basis
- margin: auto with Flex Box
- Inline Flex Box
- Nested Flex Box