Design comparison
Solution retrospective
'm happy with the responsive aspect of the challenge; I think I improved a lot from the previous challenge. However, I went a little too far with the hover effect; I don't think it was necessary to make the shadow reactive.
What challenges did you encounter, and how did you overcome them?I struggled a bit with the hover effect, but after some research, I managed to achieve the result I wanted.
What specific areas of your project would you like help with?I would like to know if there is a way to achieve the same result with less code.
Community feedback
- @gautam32b7Posted 8 months ago
Hey
Nice work! If you would like, refer my solution: Blog Preview Card
Marked as helpful0 - @danielmrz-devPosted 8 months ago
Hello @Nomylim!
Your solution looks excelent!
I have just one suggestion:
š To improve semantic clarity, try to maintain the titles hierarchy with
<h1>
,<h2>
<h3>
, and so on.It's more than just text size ā it's about structuring your content effectively:
<h1>
to<h6>
are used to define HTML headings, with<h1>
being the most significant.- And stick to one
<h1>
per page for the main title.
While these adjustments might not alter the visual appearance much, they significantly enhance semantic clarity, SEO optimization, and accessibility.
Hope this suggestion proves helpful! Keep up the great work!
Marked as helpful0
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