1//You have to give an automatic margin to all the items inside the flex.
2.flexbox {
3 display: flex;
4 justify-content: space-between;
5 }
6
7 .flex-item {
8 margin: auto;
9 }
1justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly