grid-template-rows
grid-template-rows 속성에 대한 유틸리티입니다.
grid rows
의 track
의 개수를 설정합니다.
클래스 | 약어 클래스 | 속성 |
---|---|---|
grid-template-rows:0 | grid-template-row:0 grid-templ-row:0 | grid-template-rows: none !important; |
grid-template-rows:1 | grid-template-row:1 grid-templ-row:1 | grid-template-rows: repeat(1, minmax(0, 1fr)) !important; |
grid-template-rows:2 | grid-template-row:2 grid-templ-row:2 | grid-template-rows: repeat(2, minmax(0, 1fr)) !important; |
grid-template-rows:3 | grid-template-row:3 grid-templ-row:3 | grid-template-rows: repeat(3, minmax(0, 1fr)) !important; |
grid-template-rows:4 | grid-template-row:4 grid-templ-row:4 | grid-template-rows: repeat(4, minmax(0, 1fr)) !important; |
grid-template-rows:5 | grid-template-row:5 grid-templ-row:5 | grid-template-rows: repeat(5, minmax(0, 1fr)) !important; |