CSS
-
CSS - Grid Layout Module개발 블로그의 흔적/CSS 2022. 11. 19. 18:26
CSS Grid Layout Module ✍ Grid Layout를 정리해봅니다. 0. Flex와 Grid 1. 속성 & 메소드 & 개념 요약 2. 기본 사용법 - display: grid - grid-template- - minmax() - grid-gap 3. Cell 활용하기 - grid cell & lines - grid-template-areas - auto 4. 실습 (feat. picsum.phtos) - picsum.photos - grid-template-areas 📖 references: CSS Grid Layout Module https://www.w3schools.com/css/css_grid.asp CSS Grid Layout https://developer.mozilla.org/..