Responsive QR Code Challenge Using TailwindCSS

Solution retrospective
I added semantic HTML so browsers and search engines could better understand the content. Then, I set up Tailwind CSS and styled the component based on the Figma guide.
I learned how to use flex-grow to keep the content centered vertically while ensuring the footer stays at the bottom of the page.
Next time, I’d make the component responsive for more screen sizes and add hover effects and animations to make it more engaging.
What challenges did you encounter, and how did you overcome them?I had trouble with images not showing up on GitHub Pages because I used absolute paths.
I updated the image paths to be relative (./images/...
) and verified that all assets were correctly uploaded to my repository. This solved the issue and made the images load properly.
Better managing asset paths so images and CSS work smoothly in different deployment environments
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Curry's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord