Gallery Grid

갤러리 그리드 레이아웃

열 너비 / 거터 계산

행 높이 / 거터 계산

그리드 정의
Last updated




Last updated
grid-template-columns: repeat(6, 1fr);
grid-column-gap: 30px;grid-template-rows: 108px repeat(3, 288p);
grid-row-gap: 36px;.chanel-galley {
display: grid;
max-width: 1242px;
grid-template-columns: repeat(6, 1fr);
grid-template-rows: 108px repeat(3, 288px 36px) 288px;
grid-gap: 36px 30px;
}