display: flex;
주축 방향 정렬(가로축)
justify-content: center;
justify-content: flex-end;
교차축 방향 정렬(세로축)
align-items: center;
align-items: flex-end;
'web > html & css' 카테고리의 다른 글
[CSS] 반응형 미디어 쿼리 (0) | 2021.07.13 |
---|---|
[CSS] em, rem 그리고 css의 단위들 (0) | 2021.07.09 |
[CSS] position (0) | 2021.07.09 |
[Bootstrap] checkbox와 radio (0) | 2021.06.25 |
[CSS] Flexbox (0) | 2021.05.17 |