CSS Property:
justify-content:
flex-start
flex-end
center
space-between
space-around
space-evenly
initial
Result:
CSS Code:
div#main { display: flex; justify-content:
flex-start;
}
Click the property values above to see the result
W3Schools.com
- Play it