A proud moment for me in this project was centering the card inside the main container and centering the items within the card using Flexbox. I struggled with Flexbox on the first challenge (QR Code), but now it's starting to come together for me. I need to continue with challenges to solidify my knowledge.
What challenges did you encounter, and how did you overcome them?The first challenge I encountered on this project was downloading the font. I researched the issue and resolved it. The second challenge was aligning the avatar image and the author name. After some research, I realized I could use Flexbox to center the items in the container and add a gap between the avatar image and the author name.
What specific areas of your project would you like help with?I could use some help with responsive design best practices. I used media queries to satisfy the project requirements, but I don't think that's the best approach. How would seasoned developers tackle this?