Qr-code component using HTML and CSS

Please log in to post a comment
Log in with GitHubCommunity feedback
- @vladyslav-shulhach
Everything looks great! I have a small suggestion to help improve your code. I noticed that you placed a
<div class='attribution'>
inside the<head>
tag. Although it might still display on the page, the<head>
is meant for page information like metadata, links, styles, and scripts — not for visible content. It's best to move the<div>
to the<body>
tag, where visible content is typically placed.Keep up the good work!
Marked as helpful - @Erick-Caua
Não sei o q falar, mas ficou bom
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