CSS

grid-template-columns - 열 정보

funfunweb 2023. 12. 13. 11:35

See the Pen template-columns by 정은 (@luchiaChoi) on CodePen.

비율에 맞춰서 동일하게 3열

 

See the Pen grid-template-columns-fr by 정은 (@luchiaChoi) on CodePen.

 

 

2번째 열 2/4 비율 너비

 

3열을 100px 너비로
repeat() 함수 이용하여3개의 열을 200px 너비로 지정
3개의 열은 200px 3 개의 열 100px 너비로

See the Pen grid-template-columns: repeat(3, 1fr) by 정은 (@luchiaChoi) on CodePen.

 

 

'CSS' 카테고리의 다른 글

grid-template-areas  (0) 2023.12.13
grid-template-rows 행 정보  (0) 2023.12.13
grid - 1 display:grid, display:inline-grid  (0) 2023.12.13
scss 문자보간  (0) 2023.11.28
scss compiler -vscode  (0) 2023.11.28