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 using HTML and CSS

Kaarel 60

@KarlaXBT

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


What are you most proud of, and what would you do differently next time?

I am proud that I got it done in roughly 3 hours. It looks like my workflow is improving, perhaps my code aswell.

What challenges did you encounter, and how did you overcome them?

This time I was able to use the figma file to get the better precision. Figma looks like a good tool to learn more deeply.

What specific areas of your project would you like help with?

I think I need to look into mobile first development and get more acquainted with using media queries.

Community feedback

Cousnay 320

@Disney-Banje

Posted

Great code

Congratulations on achieving your goal of doing your code in under 3 hours.

  • I would advise you to improve on your semantic next time maybe trying to wrap the card <div class='card'></div> inside an article tag element <article class='card'></article>.
  • It would be better to wrap the <p class="content__tag">Learning</p> and <p class="content__date">Published 21 Dec 2023</p> inside a <figcaption> since they describe the image inside the <figure> element.
  • And wrap all your HTML code inside the main element since it wraps the content of the body of a document. REFERENCE

Marked as helpful

1

Kaarel 60

@KarlaXBT

Posted

Thanks for the tips brother! @Disney-Banje

0
Cousnay 320

@Disney-Banje

Posted

@KarlaXBT You are welcome.

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