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

Blog preview card

P

@JGedd

Desktop design screenshot for the Blog preview card coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


This is my first challenge is about a year, so I am a little rusty. Any feedback would be appreciated.

Community feedback

Daniel 🛸 44,230

@danielmrz-dev

Posted

Hello @JGedd!

For someone who considers himself rusty, you did an excelent job! 😊

I have just two minor suggestions:

  • First: Replace your h2 with h1. The choice of a h1 to h6 tag is not just about the size of the text.

The <h1> to <h6> tags are used to define HTML headings.

<h1> defines the most important heading. <h6> defines the least important heading.

Only use one <h1> per page - this should represent the main heading/subject for the whole page. Also, do not skip heading levels - start with <h1>, then use <h2>, and so on.

  • And second: Just a detail. The card has a box-shadow, which you did correctly, but it also has a very thin border. Something like border: 1px solid black; should be enough.

I hope it helps!

Other than those details, you did a great job! 😊

And Happy New Year! 🎉

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