I'm proud of using CSS Grid instead of Flexbox. I usually rely on Flexbox, but with Grid, I was able to achieve the layout with fewer lines of code. Next time, I might experiment more with Grid to better understand its full potential.
What challenges did you encounter, and how did you overcome them?One of the main challenges was keeping my code clean. For example, I used inline styles inside the <p> elements instead of defining them in an external CSS file (or within a <style> block in the <head>). I wasn’t sure whether I should create separate classes for the bold <p> elements and the regular ones.
What specific areas of your project would you like help with?I’d like feedback on how to clean up my code, remove unnecessary elements, and organize it better. Or, if it already looks fine, I'd appreciate confirmation that I’m on the right track.