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 webpage, semantic HTML, CSS variables, Flexbox

Vien 30

@pblanabelle

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?

Nothing much. I am happy that I did it.

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

Nothing

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

Maybe on the right structuring. I am messy coder.

Community feedback

@LMCyber

Posted

You can use the next values properties to center all in your page:

body { display: grid; place-content: center; height: 100vh; }

Aditionally, the right sizes for the container are: .container { width: 325px; height: 499px; background-color: var(--white); border-radius: 20px; box-shadow: 8px 8px 0 0 var(--black); padding: 22px; }

I hope that this can help you.

Marked as helpful

0

Vien 30

@pblanabelle

Posted

Hello, @LMCyber big thanks for this. I appreciate it a lot!

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