justify-content, which juystifies all flex items inside a containerjustify-self which can take values such as start and end, but it is ignored in flexbox and table cell layoutsfloat inside a flex container because the property does not apply to flex boxesjustify-content: space-between to move one to the left and the other to the rightjustify-content: space-between only works if there is enough space to move around items, meaning if it is not working for you, check the width of the parent container