Design comparison
SolutionDesign
Community feedback
- @kiriasruPosted 4 months ago
- Your HTML structure is generally good. Keep in mind using semantic tags. You should wrap everything in a main tag.
- It seems that you don't have the asset's folder, so images won't load.
- Add a descriptive alt attribute to <img> (alt="QR code" for example). It helps users who rely on screen readers understand the content of the image.
- Add some margin-bottom in <p class="highlight">Learning</p>
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