spread flex css across width code example
Example 1: space between flexbox
justify-content: space-between;
Example 2: flex css end
.item {
align-self:flex-start | flex-end | center | baseline | stretch;
}
justify-content: space-between;
.item {
align-self:flex-start | flex-end | center | baseline | stretch;
}