Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Article Preview Component

@reymartvigo

Desktop design screenshot for the Article preview component coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

@neilk17

Posted

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

0

Please log in to post a comment

Log in with GitHub
Discord logo

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