The css grid doesnt seem able to extend past a few rows, but its a really big grid with big images, and for this project im sure the output is supposed to be a really long webpage
here is what the output is supposed to look like, although the images are not visible for me
https://s3.amazonaws.com/codecademy-content/courses/learn-css-grid/project-iii/index.html
ALSO here is what my current grid looks like after creating it to spread
grid-template: repeat(30, 1fr) / repeat(12, 1fr);
Here is a visual of the issue