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 card

Max 50

@MxxPxn

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 started work more with responsive code.

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

my challenge was media queries and flex box

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

I want more help with BEM technology and flex. Also with class naming

Community feedback

Adriano 36,930

@AdrianoEscarabote

Posted

Hello Max, how are you? I was really pleased with your project, but I’d like to offer some advice that might help:

I noticed that the card is not centered. To resolve this, we can do the following:

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    align-items: center;
    height: 100vh;
    margin: 0 auto;
    background: #F4D04E;
}

The rest is spot on.

Hope it’s helpful to you. 👍

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