css flex items inline code example
Example 1: space between flexbox
justify-content: space-between;
Example 2: flex align children to side
flex-direction: column;
align-items: flex-start; //left
align-items: center; //center
align-items: flex-end; //right