Design comparison
Solution retrospective
Feedback, tips, and best practices are most welcome.
Community feedback
- @seangray-devPosted almost 2 years ago
Hey Markhadi! Nice job on this, I recently completed this one too!
I have a couple suggestions that could help with this challenge. I try to think of the bigger picture, what would this component belong to? In this case a larger site that would have multiple of these components. Some of the elements in this design that would be interactive would be:
- the author of the article if we wanted to see more articles by this author.
- the article title as it would probably link to the full read of what it belongs to
I would wrap the article title's h1 element with:
<a href="#"><h1>Article Title</h1></a>
The same would apply to the author of the article. Maybe check out my solution for some ideas.
Hope this helps! Keep it up and happy coding š
Marked as helpful0@mrkhd-webDevPosted almost 2 years ago@seangray-dev Thank you very much for your feedback.
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