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

@patsmith41

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 most proud of working through the problem. Next time I would try to get a better grasp on grid and flex box, so I know when the best time to use each would be.

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

The biggest challenge was lining everything up like the example. I overcame that with a lot of trial and error.

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

I would like more help with the optimized way to use either flex or grid. I still am unsure of when is the right time to use either or.

Community feedback

Daniel 🛸 44,230

@danielmrz-dev

Posted

Hello @patsmith41!

Your solution looks excellent!

About flex or grid:

📌 Use flexbox when you need a one-dimensional layout (either in a row or a column), such as navigation menus or arranging items within a container.

📌Use CSS grid when you need a two-dimensional layout with rows and columns, like organizing content in a grid-like structure or creating complex layouts.

In simple terms, use flexbox for simpler, linear layouts and CSS grid for more complex, grid-based layouts.

I hope it helps!

Other than that, you did an excelent job!

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