QR code component using CSS and Flexbox

Solution retrospective
I would like feedback on my code, please add your comments. Thank you so much.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @rob-the-automator
Good job! I would try to change as many divs to semantic HTML tags. For example changing the container div to a <main> tag, the "centrado" div to <section> and the "attribution" div to <footer>. I would also change the h2 to and h1 again for semantic reasons. But other than that, it looks good!
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