flex box a tag stretching code example
Example 1: flex css end
.item {
align-self:flex-start | flex-end | center | baseline | stretch;
}
Example 2: css all flex properties
.container {
flex-direction: row | row-reverse | column | column-reverse;
}