The align-content property is used to align the flex lines. Whenever our content inside div goes beyond one line this is used to align content along with cross axis.
Modifies the behavior of the flex-wrap property. It is similar to align-items, but instead of aligning flex items, it aligns flex lines.
Note: There must be multiple lines of items for this property to have any effect!