Using Flexbox, what CSS rule will you use to make flex items evenly distributed in a flex container with a horizontal flow of flex items? Also we don't want to have extra space before the first item and after the last one.

Experience Level: Junior
Tags: Flexbox

Answer

Locked Answer
Locked
Answer

This answer is only available to registered users.
To see it you have to be signed in.

Comments

Anonymous
This is for sure justify-content: space-between.
Flexbox quiz
Flexbox quiz

Are you learning Flexbox ? Try our test we designed to help you progress faster.

Test yourself