handleman
9/3/2015 - 11:59 AM

This defines the default behaviour for how flex items are laid out along the cross axis on the current line. Think of it as the justify-cont

This defines the default behaviour for how flex items are laid out along the cross axis on the current line. Think of it as the justify-content version for the cross-axis (perpendicular to the main-axis).

.container {
  align-items: flex-start | flex-end | center | baseline | stretch;
}