Skip to content

grid-template-rows

grid-template-rows 속성에 대한 유틸리티입니다.

grid rowstrack의 개수를 설정합니다.

클래스약어 클래스속성
grid-template-rows:0grid-template-row:0
grid-templ-row:0
grid-template-rows: none !important;
grid-template-rows:1grid-template-row:1
grid-templ-row:1
grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
grid-template-rows:2grid-template-row:2
grid-templ-row:2
grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
grid-template-rows:3grid-template-row:3
grid-templ-row:3
grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
grid-template-rows:4grid-template-row:4
grid-templ-row:4
grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
grid-template-rows:5grid-template-row:5
grid-templ-row:5
grid-template-rows: repeat(5, minmax(0, 1fr)) !important;