I am most proud of actually getting the four card system to work properly. This was the first time that I had used CSS grid successfully.
What challenges did you encounter, and how did you overcome them?I struggled with the position of the image. I struggled with getting the image to align with the bottom. Normally, in the mobile layout, since it was vertical, the height was determined completely by the content/where the image was, so the image was at the bottom. However, when I used a media query and changed the grid layout, the heights of all the cards were equal, rather than auto. So, to make everything at the bottom, I used margin-top: auto.
What specific areas of your project would you like help with?There isn't anything I would like help in.