Design comparison
SolutionDesign
Community feedback
- @VCaramesPosted about 2 years ago
Congrats on completing this challenge!
Everything you have in your qrcode-sec class move to your body element. Once you've done that, change the name of that section to
article
and you'll begin editing on your article container. So it should look like this:<body> <article> <img src="" alt="" /> <div class="text-container"> <h1></h1> <p></p> </div> </article> </body>
When using headers (h1-h6), you should always start with h1. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Heading_Elements
Keep up the good work!
Marked as helpful0
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