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-post with flexbox

P
shpokas270 110

@shpokas270

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 truly understood when to use flexbox, and got a bit of knowledge about media queries

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

  1. The challenge was, where to use Flexbox, I chose only to use it on the image part, and the author
  2. How to make website design for mobile devices, for that I`ve learned media query technique

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

My biggest pain is that i still cant get a grasp of how to properly align items inside of content boxes, I think that I need to use flexbox everywhere, but when I use them it simply don't work, for this project I centered everything using margin side auto

Community feedback

MikDra1 6,050

@MikDra1

Posted

Here is my solution to center the card properly:

.container {
display: grid;
place-items: center;
min-height: 100vh;
}

Hope you found this comment helpful 💗

Good job and keep going 😁😊😉

Marked as helpful

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