TIL 12 | CSS Flexbox (flex-direction & justify-content)

Gom·2021년 1월 7일
0

HTML&CSS

목록 보기
1/3
post-thumbnail

flex-direction

: flexbox 배치 방향을 결정하는 방식

justify-content

: 중심축에서 아이템을 배치하는 방식

적용 예시

flex-direction: row;

flex-direction: row-reverse;

justify-content:flex-end; 와 비교 시 진행 방향까지 reverse 됨.

justify-content : flex-start;

justify-content : flex-end;

justify-content : center;

profile
안 되는 이유보다 가능한 방법을 찾을래요

0개의 댓글