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

Drewโ€ข 100

@andex23

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

Community feedback

Lucas ๐Ÿ‘พโ€ข 104,420

@correlucas

Posted

๐Ÿ‘พHello Drew, congratulations for your new solution!

Your solution is great and also the design match all the challenge goals. I've a suggestion for your about the alignment. All you need to have your container vertical aligned is to add the flex properties

body {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

๐Ÿ‘‹ I hope this helps you and happy coding!

Marked as helpful

0

Drewโ€ข 100

@andex23

Posted

@correlucas Thank you โ˜บ๏ธ

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