Design comparison
Community feedback
- @davinceeyPosted about 2 years ago
Hello EnD1nG. Congratulations on your first project! Your solution is nice and great in the whole. Some little tips for you:
-
You could do well to wrap everything in a
<main>
tag instead. This would help in good HTML validation and would also help screen-readers to know that they are about going through the main content of your site. Also, you could replace the div in this code<div class="card-inner">
, with asection
semantic tag. This would help to improve Accessibility. -
You can replace the
h2
tag with anh1
tag so that it obeys the HTML hierarchy, giving your code a level one heading.
Hope this helps you. Happy Coding!👊
Marked as helpful1 -
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