css 플렉스1 CSS Flex 부모에게 적용하는 것들 display flex-direction flex-wrap flex-flow (flex-direction + flex-wrap) justify-content align-items // baseline : items의 크기가 다를때 중간으로 맞춰줌, align-items: center와 다름(center는 전체 height에서 중간에 배치 한다는뜻) align-content: item의 줄이 여러 개 일때 사용 space-between center : 모든 라인을 중앙에 배치 자식에게 적용하는 것들 order * 기본 0 * flex-grow : item보다 부모 컨테이너 크기가 커졌을때, item들도 같이 커짐, 크기가 커질때 비율을 정할 수 있음 예) 1 0 0 (참고로 item.. 2022. 3. 16. 이전 1 다음