Align-self

In this lesson, we will look at the behavior of the align-self rule that determines the alignment of an individual Flex item on the cross axis.

Align-self options

The align-items rule determines how all Flex-items inside a Flex container are aligned on the cross-axis.

Sometimes there are exceptions to this rule. For instance, suppose there are blog post thumbnails centered on the cross-axis. However, as we put the mouse cursor over a Flex item, we ...