flexbox column different width code example
Example 1: how to make all the columns equal size with flexbox
flex: 1 1 0px
Example 2: flexbox css
.container {
align-content: flex-start | flex-end | center | space-between | space-around | space-evenly | stretch | start | end | baseline | first baseline | last baseline + ... safe | unsafe;
}