You are creating a grid layout. What does 1fr mean in the following code?
1) It represents a fixed width of 1 fraction of the available space.
2) It represents a flexible width that takes up the remaining space after the fixed width columns.
3) It represents a width of 1 pixel.
4) It represents a width of 1 unit.