gird axis 축의 main 중심이냐 아니면 block 중심이냐 차이
justify-items:
- CSS 그리드의 justify-items 속성은 그리드 셀 내의 인라인(main) 축을 따라 그리드 항목을 정렬하는 데 사용됩니다.
- 이 속성은 행 축을 따라 그리드 컨테이너 내부의 모든 그리드 항목의 정렬에 영향을 줍니다.
The justify-items property in CSS Grid is used to align grid items along the inline (main) axis within their grid cells.
It affects the alignment of all the grid items inside the grid container along the row axis.
align-items:
- CSS 그리드의 align-items 속성은 그리드 셀 내의 블록(십자) 축(the block 'cross' axis)을 따라 그리드 항목을 정렬하는 데 사용됩니다.
- 이 속성은 열 축을 따라 그리드 컨테이너 내부의 모든 그리드 항목의 정렬에 영향을 줍니다..
The align-items property in CSS Grid is used to align grid items along the block (cross) axis within their grid cells.
It affects the alignment of all the grid items inside the grid container along the column axis.
'나의 FE피봇이야기 > HTML || CSS' 카테고리의 다른 글
[ HTML ] 웹접근성 확인 tool at Chrome (0) | 2024.06.10 |
---|---|
[CSS] infinite scrolling X (0) | 2024.04.24 |
[overflow] popup에서 확인 버튼 고정으로 만들기 (0) | 2023.12.27 |
[svg]가운데 정렬할때 (0) | 2023.12.18 |
[fit-content] 자식 요소들로 heigtht / width 맞추기 (0) | 2023.12.06 |