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

Landing Page

Jeff 210

@W4GFO

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


I put this together but I will think there's something wrong with the alignment of the "Learn More" buttons and for some reason the justify-content on the grid elements doesn't seem to center align the grid.

Community feedback

Hyron 5,870

@hyrongennike

Posted

Hi @W4GFO,

Congrats on completing the challenge Just a few suggestions if you want to center the columns in the middle of the page change your body rule to the following:

div#root {
    background-color: #e2e2e2;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

Hope this is helpful.

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