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

Chandraā€¢ 180

@Chandrakhd

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


It's a fun challenge to work on and improve the layout skills. any feedback and suggestions will be greatly appreciated.

Community feedback

Daniel šŸ›øā€¢ 44,230

@danielmrz-dev

Posted

Hello @Chandrakhd!

Your solution looks great!

I have one minor suggestion:

šŸ“Œ Consider adding a max-width to the card, so it won't overgrow and fill the whole viewport width. By doing that, it'll remain responsive, but it'lll grow only until a certain point.

Here's how you can do it:

.card_container {
    height: 98vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    max-width: 900px;
}

I hope it helps!

Other than that, you did an excellent job!

Marked as helpful

0

Chandraā€¢ 180

@Chandrakhd

Posted

Thank you @danielmrz-dev. I will make some changes.šŸ‘

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