Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumCSSauto-fit auto-fill minmaxSingle-choice MCQ

With repeat(auto-fill, minmax(200px, 1fr)) on a 700px container (no gap) holding 2 items, how do the columns and items render?

grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));