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 profile card

@elisecomputing

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 specific areas of your project would you like help with?

I don't know how to get it centered in the middle of the page I tried flexbox and css grid but that didn't work so unsure lol

Community feedback

@rodrigoo-alves

Posted

  • Try to look out on semantic HTML to improve your code
  • Try to make a style close to the design that Frontned Mentor five
  • I think it will be a problem on smartphones
1

@ronesanttos

Posted

@rodrigoo-alves Tente adicinar altura no container assim: .container { height: 100vh; display: flex; justify-content: center; align-items: center; }

.card { display: flex; width: 300px; flex-direction: column; justify-content: center; align-items: center;

}

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