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