Design comparison
SolutionDesign
Community feedback
- @mkborisPosted 3 months ago
Nice work Bektora, here are a few things to review
- Your !DOCTYPE is missing an opening chevron
<
- Your image needs an descriptive
alt
attribute like soalt="Qr Code to Frontendmentor.io"
- All content should be wrapped within landmarks. Wrap a
main
tag around the card - It's best practice linking Google fonts directly in the HTML
head
section rather than directly in your CSS file as it enables asynchronous downloading, improving page load times. - Consider using a modern CSS reset at the start of the styles in every project. Like this one Modern CSS Reset. This will help reset a list of default browser styles.
Hope this helps
0 - Your !DOCTYPE is missing an opening chevron
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