W3docs

justify-content

CSS Property:

Result:

1
2
3
4

CSS Code:

#myDiv {
display:flex;
justify-content:space-between;
}

Click the property values above to see the result