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

@sonndy

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


Hello Everyone,

This was my very first challenge any feedback is appreciated. I want to get better at Front-End developing.

Community feedback

@rohits673

Posted

Hi, Your site looks good, also your desktop version is accurate nice work👍. You can try to improve it for medium width devices as there is gets too much left-right margin. so you can try responsive margin(like % or vw)

.car {
width:
    height: 430px;
    padding: 3rem;
    margin: 0 10%;
}

or create a div container with max-width:960px; for elements with class ".car". for more clarification please check my solution. Thanks!

Marked as helpful

0

@sonndy

Posted

@rohits673 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