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