flex-direction : flexbox 배치 방향을 결정하는 방식
justify-content : 중심축에서 아이템을 배치하는 방식
<적용 예시>
flex-direction: row;
flex-direction: row-reverse;
justify-content : flex-start;
justify-content : flex-end;
justify-content : center;
'개발' 카테고리의 다른 글
프론트엔드 테스트 전략 (시각적 테스트, 기능적 테스트) (0) | 2022.06.21 |
---|---|
When should you use single quotes or double quotes for strings? (0) | 2021.01.06 |
Class와 Object(1) (0) | 2020.09.16 |
[TIL] 20.07.22-24 비동기 서버 통신 방식 Ajax로 API 활용하기 (0) | 2020.07.25 |
Comment