Align-items
This lesson introduces the align-items Flexbox container setting to position your Flexbox child elements along the cross axis.
We'll cover the following...
While justify-content
positions Flex-items on the main axis, align-items
positions each Flex item in the direction of the cross axis. ...