justify-content (cont'd)

Values

  • flex-start
    Clump at flex start
  • flex-end
    Clump at flex end
  • center
    Clump in flex axis middle
  • space-between
    Space out evenly
    No space at flex start or flex end
  • space-around
    Space out evenly
    Half space at flex start and flex end