flexbox column stretch width code example
Example 1: flexbox stretch height
.flex-2 {
display: flex;
align-items: stretch;
}
Example 2: space between flexbox
justify-content: space-between;
Example 3: flexbox container width of content
display: inline-flex;