Design comparison
SolutionDesign
Community feedback
- @rayaattaPosted 10 months ago
Hello 👋MSHCHEBETYUK, congratulations on completing this challenge 🎉
I have some suggestions you might find useful.
1 I noticed you nested
main
insidesection
. The<main>
tag contains the main content (also called the body) of a page. Therefore the only element that can be it's parent parent is the body. You should actually interchange the two such thatsection
is nested insidemain
2 The qr code's alt attribute should not be left empty,it should have info stating where the qr leads i.e
alt="qr code leading to frontendmentor.io
I hope this helps 🙃
Your solution looks awesome
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