CSS Property:
justify-content:

Note: Internet Explorer 10 and earlier versions and Safari 5 and earlier versions do not support the justify-content property.

Result:
CSS Code:
div#main {
display: flex;
justify-content: flex-start;
}
Click the property values above to see the result
W3Schools.com - Play it