flex-direction: row column
justify-content: flex-start flex-end center space-between space-around space-evenly
align-items: flex-start flex-end center baseline stretch
{ display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start }