Change child number
flex-direction
flex-wrap
justify-content
align-items
align-content
CSS OUTPUT
{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: stretch;
align-content: stretch;
}
1
2
3
4
5
6
7
8