how to make contetn on display flex go under the top div code example
Example: flex align children to side
flex-direction: column;
align-items: flex-start; //left
align-items: center; //center
align-items: flex-end; //right
flex-direction: column;
align-items: flex-start; //left
align-items: center; //center
align-items: flex-end; //right