QR code component - challenge

Solution retrospective
This was a nice simple little exercise, perfect for beginners, a great way to het one into front-end website development. Look forward to more challenges.
What challenges did you encounter, and how did you overcome them?n/a
What specific areas of your project would you like help with?n/a
Please log in to post a comment
Log in with GitHubCommunity feedback
- @hichamweblog
- Great job on the project! You've certainly put in some solid effort.
- Consider using
min-height
instead of a fixed height for better responsiveness. - Try using
rem
units instead ofpx
for improved scalability and accessibility. - Avoid giving images fixed widths; use
max-width: 100%
for images and set a maximum width for their container. - Minimize the use of inline CSS styles for better organization and maintainability.
- Incorporating these suggestions will elevate your project even further! Keep up the good work!
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