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

@georgekrause

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'm getting use to the box model, and using css flexbox.

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

It was a challenge getting everything center on the page, then center inside different components. It was fun to learn how to do it.

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

Is there a easy color guide or vs code extension to help with choosing color combos?

Community feedback

@adonesguerreiro

Posted

Download the .fig file and use the width and height of the card and follow the hierarchy of each frame and its respective elements that are inside the frame, think of each frame as a div for example and inside it you place its respective contents.

About css you can use a display: flex; justify-content: center; align-items: center; min-height: 100vh;

and in the .card add display: grid; justify-content: 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