Box 1
Box 2
Box 3
Box 4
Box 5
Box 6
.flex {display: flex; width: 400px; height: 400px; border: 1px solid black; margin: auto; flex-direction: row; justify-content: space-between; flex-flow: wrap;} div {height: 50px; outline: 2px solid red; text-align: center; flex: 1 1 auto;} .for {mar gin: auto; align-self: flex-end ; order: -1;}
Box 1
Box 2
Box 3
Box 4
Box 5
Box 6