container
display: flex
설정을 통해서 flexbox 로 만들어 줄 수 있다.
- flexDirection
- alignItems
- justifyContent
- space-between:
0 1 1 0
- space-around :
1 2 2 1
- space-evenly :
1 1 1 1
item
- flex
- flex-grow
- flex-shrink
- flex-basis
- order
- align-self
https://letsgojieun.tistory.com/49