what is the use of flex in css code example
Example 1: css all flex properties
.container {
justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly | start | end | left | right ... + safe | unsafe;
}
Example 2: css all flex properties
.item {
flex-basis: | auto; /* default auto */
}