HTML CSS (1) 썸네일형 리스트형 [CSS] flexbox 완전 정리 1. container 속성 값 ▪ display: felx ▪ flex-direction: row, column (-reverse) => 중심축 결정 ▪ flex-wrap: nowrap(기본값), wrap(-reverse) => 아이템이 화면을 꽉 차게 되면 다음 줄로 내려온다. ▪ flex-flow: column nowrap => flex-direction과 flex-wrap을 한 번에 설정 ▪ jestify-content: flex-start(기본값), flex-end, center, space(-around, -evenly, -between) => 아이템 정렬 방법 in main axis ▪ align-content: 위와 동일 => 아이템 정렬방법 in cross axis ▪ align-item.. 이전 1 다음