Skip to content

flex-wrap

flex-wrap 속성에 대한 유틸리티입니다.

flex item이 한 줄에 배치될지, 줄바꿈할지를 결정합니다. 줄바꿈하는 경우 줄이 쌓이는 방향을 설정합니다

클래스약어 클래스속성
flex-wrap:nowrapfl-wrap:nowrapflex-wrap: nowrap !important;
flex-wrap:wrapfl-wrap:wrapflex-wrap: wrap !important;
flex-wrap:wrap-reversefl-wrap:wrap-reverseflex-wrap: wrap-reverse !important;