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 with HTML CSS flexbox

@gabriel-m-dev

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 happy with the amount of time it took me to complete it, it wasn't much.

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

Aligning elements is not my strong suit, but I did the best I could.

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

I would like to improve my code and learn to use Flexbox more effectively.

Community feedback

Dylan 290

@dquinn089

Posted

Fantastic work! Your solution it practically identical, and your code it very well structured and written! In all reality there really aren't any issues with your solution. The only thing I would recommend is making use of the different elements that HTML has to offer, to create "landmarks" in your code, making it much more readable to other devs. For example: Instead of:

 <div class="contenedor">
        <div class="card">

do:

 <main class="contenedor">
        <article class="card">

For more understanding, check these out: Link-1 Link-2

Hope this helps, happy coding!

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