Frontend Mentor | QR code component
Design comparison
Solution retrospective
I was thinking to start the frontend mentor challenge since a long time, now I started my first challenge. I didn't find any difficulty in doing this one. Hope I will stay attach to these challenges, and will learn something new daily.
Community feedback
- @obocanegra-devPosted over 1 year ago
Congratulations on taking the plunge and tackling your first Frontend Mentor challenge! It looks great, and you've done a fantastic job.
I have a few suggestions to enhance your work:
Instead of writing CSS directly in your HTML, I recommend creating a separate stylesheet file and linking it to your HTML. This will help keep your code organized and make it easier to manage and update your styles.
Consider using semantic elements rather than generic
<div>
s. Semantic elements like<header>
,<nav>
,<main>
, and<footer>
add meaning and structure to your HTML, improving accessibility and search engine optimization.For the QR code image, it would be helpful to use a more descriptive
alt
attribute, such as "QR code to Frontend Mentor website." This provides better context for screen readers and improves the accessibility of your site.Remember that font sizes should never be specified in pixels. It's better to use relative units like
rem
orem
. This ensures that your font sizes are responsive and adapt well to different devices and user preferences.Keep up the excellent work, and don't hesitate to explore more challenges on Frontend Mentor to further enhance your skills! 🎉💪
If you have any questions or need further assistance, feel free to ask. Good luck with your future projects! 🚀✨
Warm regards, Oscar
0
Please log in to post a comment
Log in with GitHubJoin 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