HTML&CSS&JS (1) 썸네일형 리스트형 CSS - Grid 연습 template,auto-fit - section4-2 https://codesandbox.io/s/cocky-sutherland-sgisr cocky-sutherland-sgisr - CodeSandbox cocky-sutherland-sgisr by DosImpact codesandbox.io featured 1. - nav를 grid로 만들었다. - 행의 높이는 자동으로 100px 고정 -열은 최소 60px 보장 및 1fr로 최대한 늘릴수 있으면 늘리도록 auto-fit을 설정했다. .title .title__menu { display: grid; grid-template-columns: repeat(auto-fit, minmax(60px, 1fr)); grid-auto-rows: 100px; gap: 10px; } featured 2. - nav트렌지.. 이전 1 다음