Article Preview Component

Please log in to post a comment
Log in with GitHubCommunity feedback
- @neilk17
Hey Reymart,
congrats on completing this challenge you have done a great job especially with the share button.
Here's some other suggestions:
HTML issues:
- These are easy fixes such as using using
href
inside the<a>
tag instead of<a link=``>
- Adding an
alt
text in your images as a description for accessibility
Flexbox: You can effectively center your content using css flexbox, by putting the code in a container and using
display: flex; align-items: center; justify-content: center;
Hope this helps, and let me know if you have any other questions.
Marked as helpful - These are easy fixes such as using using
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