
Pixel perfect QR code component
Design comparison
Community feedback
- P@a-costasPosted almost 2 years ago
Nice job on completing your first challenge!
My main note would be to stay mindful of using semantic HTML. For example, your
<div class="container">
could instead be<main class="container">
and your<div class="attribution">
could be<footer class="attribution">
. It may seem unimportant now, but as you write bigger and more complicated pages, this will become increasingly important to help search engines understand the importance of what's on your page. Additionally, it helps offer better accessibility!Overall, nice job and happy coding!
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