I'm proud of using CSS Grid for the first time, it was a challenge, but not too difficult. Next time, I'd like to try a mobile-first approach, although for this challenge, I couldn't find a better way to implement it.
What challenges did you encounter, and how did you overcome them?At first, I tried to create the layout using only Flexbox, but after a few attempts, I decided to explore CSS Grid for the first time.
What specific areas of your project would you like help with?Sometimes I’m not sure how to make it pixel-perfect without affecting the responsiveness.