Front-end/CSS (1) 썸네일형 리스트형 FlexBox Layout 1. Flex Container 01. display display: flex; block level flex container display: inline-flex; inline level flex container 02. flex-direction *main axis, cross axis를 생각 할 것! flex-direction: row; 좌에서 우로 수평 배치 flex-direction: column; 위에서 아래로 수평 배치 flex-direction: row-reverse; 우에서 좌로 수평 배치 flex-direction: column-reverse; 아래에서 위로 수평 배치 03. flex-wrap : flex item 요소들이 강제로 한줄에 배치되게 할 것인지 가능한 영역 내에서 벗어나지.. 이전 1 다음