728x90 300x250 SMALL flex-flow1 [css] flex-flow, flex-direction, flex-wrap flex-flow는 flex-direction과 flex-wrap 속성의 단축 속성이다. 따라서 flex-flow를 이해하기 위해서는 먼저 flex-direction과 flex-wrap를 이해해야한다. flex-direction flex-direction은 플렉스 컨테이너 내에서 배치할때 방향을 설정하는 것으로 가로 열방향, 행방향, 열방향 역순, 행방향 역순을 지정할 수 있다. css: flex-direction 속성 열방향 배치 flex-direction: row; 열방향 역순 배치 flex-direction: row-reverse; 행방향 배치 flex-direction: column; 행방향 역순 배치 flex-direction: column-reverse; flex-wrap flex-wrap은 .. 2021. 10. 17. 이전 1 다음 728x90 반응형 LIST