stretch items flex code example
Example 1: flex box align items
.container {
justify-items: center;
}
Example 2: css flex
.container {
display: flex; /* or inline-flex */
}
.container {
justify-items: center;
}
.container {
display: flex; /* or inline-flex */
}