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

responsive blog preview card

@mussino

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?

Try to adjust the media query better

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

media query for all size of screens

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

screen size

Community feedback

@techyjc

Posted

Try using flexbox on the containing element - main or body

  align-items: center;
  display: flex;
  justify-content: center;

As above.

0

@mussino

Posted

Thanks I will try!@techyjc

1

@techyjc

Posted

@mussino reference the Flexbox suggestion. Check out Kevin's YT channel. He has some great videos you might find useful. https://youtu.be/u044iM9xsWU?si=LUV-A5EPb-r8qIv2

0

@mussino

Posted

yes I know that Kevin, I checked his videos lately. Learning from those! Thanks again for the suggestion@techyjc

1

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