드림코딩1 [CSS] flexbox 속성들 flexbox flexbox는 총 두가지로 되어있다. 가장 작은 유닛인 item과 item들을 담는 container. 각각 적용 가능한 속성은 다음과 같다. container 속성 display: flex;플렉스박스 쓰려명 ㅇ당연 flex-direction: row, row-reverse, columns, column-reverse flex-wrap:wrap: 줄바꿈, wrap-reverse, nowrap:안 바꿈 /* flex-flow에는 direction과 wrap을 한번에 쓸 수 있다 */ flex-flow: [direction, wrap] 아이템 배치 /* 중심축 배치 */ justify-content: [flex-start, flex-end, center, space-around] 어디에 붙일.. 2021. 8. 27. 이전 1 다음