What's true about the first and second columns when we set grid-template-columns to 1fr 2fr?

The second column is twice the size the first columnThe first column is twice the size the second column

The second column is twice the size the first column.