- display:flex
- display:block
- flex-direction:row
- flex-direction:row-reverse
- flex-direction:column
- flex-direction:column-reverse
- flex-wrap:wrap
- flex-wrap:wrap-reverse
- flex-wrap:nowrap
- justify-content:center
- justify-content:space-between
- justify-content:space-evenly
- justify-content:flex-start
- justify-content:flex-end
- justify-content:space-around
- justify-content:stretch
- justify-content:baseline
- align-items:flex-end
- align-items:flex-start
- align-items:baseline
- align-items:stretch
- align-items:center
- align-content:center
- align-content:flex-end
- align-content:flex-start
- align-content:space-around
- align-content:space-between
- align-content:stretch
- align-content:initial
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15