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