Responsive Design for article preview Component

Solution retrospective
Hello, everyone. Completed the Article preview Component using Tailwind and React
any feedback to improve will be helpful.
thank you.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @MelvinAguilar
Hello there 👋. Good job on completing the challenge !
I have some suggestions about your code that might interest you.
-
For a photo of a person, use their name as the alt text.
-
Social media icons should be links with the icon image, allowing users to easily navigate to the respective social media pages.
-
The
<div>
tag can be useful for styling and positioning, but it doesn't convey any semantic meaning. Instead, consider using more semantic elements like<p>
to better describe the type of content
I hope you find it useful! 😄 Above all, the solution you submitted is great!
Happy coding!
Marked as helpful -
Join 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