What does the grid-template-columns: 1fr 2fr
property do in Grid Layout?
Creates two columns with equal widths
Creates two columns with a 1:2 width ratio
Creates a single column with a fraction of available space
Creates three columns with different fractions
This question is part of this quiz :
CSS Flexbox and Grid Layout Quiz