QUESTION 14
Code example 10-1

Div 1
Div 2
Div 3
Div 4

(Refer to code example 10-1) Given the CSS that follows, how many div elements will be displayed
when the container is 300 pixels wide?
main {
}
display: grid;
grid-template: repeat(2, 50px) / repeat(auto-fit, minmax(100px, 1fr));
01.2
2.3
03.1
O 4.4