I am most proud of my application of the CSS grid.
Next time, I would use grid template areas instead of defining the grid columns and rows the way I did.
What challenges did you encounter, and how did you overcome them?How to get the attribution footer to be at the bottom of the desktop page (a recurring struggle). I overcame it by doing some research and I found that the easiest way that allows for the most customization is by making the body element have a min-height: 100vh, display: grid, grid-template-rows: 1fr auto. Additionally, on the attribution itself define a min-height.
What specific areas of your project would you like help with?Any feedback is welcome!