flex로 시작한다.Flex 참고 사이트1분 코딩 Flex컨테이너에 영향을 주는 코드flex-direction (정렬하는 방향을 정함)row:(기본값) row-reverse: column: column-reverse:flex-wrap (압축 풀기, 압축하기)nowrap:(기본값) wrap: wrap-reverse:align-items (세로를 기준으로 위치 정하기)flex-start: flex-end: center: baseline: stretch:(기본값)justify-content (가로를 기준으로 위치 정하기)flex-start:(기본값) flex-end: space-between: center: space-around:align-content (컨테이너 안에 있는 아이템들에 영향)flex-star..