문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
wiki:css:css_note:grid_intro [2021/07/02 15:57] emblim98 [Grid Elements] |
wiki:css:css_note:grid_intro [2023/01/13 18:44] (현재) |
||
|---|---|---|---|
| 줄 71: | 줄 71: | ||
| \\ | \\ | ||
| \\ | \\ | ||
| - | =====Display Property===== | + | ======Display Property====== |
| %%HTML%% 요소는 '' | %%HTML%% 요소는 '' | ||
| 줄 167: | 줄 167: | ||
| \\ | \\ | ||
| ref : The source of this png file is [[https:// | ref : The source of this png file is [[https:// | ||
| - | \\ | ||
| \\ | \\ | ||
| ======Grid Rows====== | ======Grid Rows====== | ||
| 그리드 아이템의 수평선(공간) 로우(rows)라고 합니다.\\ | 그리드 아이템의 수평선(공간) 로우(rows)라고 합니다.\\ | ||
| - | \\ | ||
| {{: | {{: | ||
| \\ | \\ | ||
| ref : The source of this png file is [[https:// | ref : The source of this png file is [[https:// | ||
| - | \\ | ||
| - | \\ | ||
| - | =====Grid Gaps===== | + | |
| + | |||
| + | ======Grid Gaps====== | ||
| 각각의 컬럼/ | 각각의 컬럼/ | ||
| {{: | {{: | ||
| 줄 187: | 줄 185: | ||
| * '' | * '' | ||
| * '' | * '' | ||
| - | \\ | + | |
| ====Example==== | ====Example==== | ||
| '' | '' | ||
| 줄 365: | 줄 363: | ||
| {{: | {{: | ||
| \\ | \\ | ||
| - | =====Grid Lines===== | + | ======Grid Lines====== |
| 컬럼 사이의 라인들을 컬럼 라인(column lines)이라고 합니다.\\ | 컬럼 사이의 라인들을 컬럼 라인(column lines)이라고 합니다.\\ | ||
| {{: | {{: | ||
| + | \\ | ||
| 그리드 컨테이너 내부에 그리드 아이템을 위치시킬 때 라인 넘버를 참조합니다.\\ | 그리드 컨테이너 내부에 그리드 아이템을 위치시킬 때 라인 넘버를 참조합니다.\\ | ||
| 줄 463: | 줄 462: | ||
| {{: | {{: | ||
| \\ | \\ | ||
| - | =====All CSS Grid Properties===== | + | ======All CSS Grid Properties====== |
| + | ^ Property | ||
| + | | column-gap | ||
| + | | gap | 행 간격 및 열 간격 속성에 대한 속기 속성 | ||
| + | | grid | grid-template-rows, | ||
| + | | grid-area | ||
| + | | grid-auto-columns | ||
| + | | grid-auto-flow | ||
| + | | grid-auto-rows | ||
| + | | grid-column | ||
| + | | grid-column-end | ||
| + | | grid-column-gap | ||
| + | | grid-column-start | ||
| + | | grid-gap | ||
| + | | grid-row | ||
| + | | grid-row-end | ||
| + | | grid-row-gap | ||
| + | | grid-row-start | ||
| + | | grid-template | ||
| + | | grid-template-areas | ||
| + | | grid-template-columns | ||
| + | | grid-template-rows | ||
| + | | row-gap | ||