If the items within a flex container are displayed in a row and you want an equal amount of space to be allocated between the flex items but you don’t want any space before the first flex item or after the last flex item, you should set the justify-content property to

Answer :

btunie33

Answer:

Answer is space-between.

Explanation:

Note that the flex items are the items in flex containers.

The flex container will expands items to fill available free space or shrink them in order to prevent overflow.

Other Questions