Item alignment and line alignment
Choose the property that matches what you need to move.
align-self: one item
Defaultflex-startflex-end
align-self overrides the container’s align-items value for one item.
align-content: flex-start
OneTwoThreeFourFiveSix
Wrapped lines pack at the cross-axis start.
align-content: space-between
OneTwoThreeFourFiveSix
Multiple lines share spare cross-axis space. A single line would show no effect.