Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumCSSgrid template rows cols areasSingle-choice MCQ

Using the repeat() function, what is the effect of `grid-template-columns: repeat(3, [col-start] 1fr [col-end])` on the resulting line names?

.grid { grid-template-columns: repeat(3, [col-start] 1fr [col-end]); }