flex directio nstretch code example
Example 1: space between flexbox
justify-content: space-between;
Example 2: flexbox css
.container {
justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly | start | end | left | right ... + safe | unsafe;
}