Design comparison
SolutionDesign
Community feedback
- @b16h22Posted about 2 months ago
Saeedakrami's solution of the QR Code component looks identical to the design file. Code is readable and generally good. I felt some of the code could be cut down in size like using <img> tag instead of the <div> tags for the QR Code component.
0 - @WhitezerDPosted about 2 months ago
You should use more semantic tags than non-semantic ones like div tag.
- Use h1 for the title of the pages, only one h1 tag per page
- Use p tag instead of div on your class text-paragraph
- Delete unnecessary tag that doesn't matter ex. div on line 37
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