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

3 column preview card component

KEERTHI B 20

@keerthi797

Desktop design screenshot for the 3-column preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


All feedback is welcome.

Community feedback

@autistickyrios

Posted

The container isn't centered correctly. Instead of giving it a "margin-top" manually, you can center it in much easier way by using **display: flex; justify-content: center; align-items: center;** on the parent element. It will center all the child elements just like you used it on your container. You can use it on your "main" element

The media queries needs some attention too. Its getting out of the screen around 750px width

Marked as helpful

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