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 Mobile First Grid flexbox and Sass

Alexandre 80

@alexandre-dev29

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 have just finished this challenge can you look and tell me some feedback for me to improve ☺

Community feedback

Byron 2,290

@byronbyron

Posted

To get all the cards next to each other, you could try adding a display: flex; to the .container for screen widths above 768px...

@media (min-width: 768px) {
    .container {
        display: flex;
    }
}

Marked as helpful

1

Alexandre 80

@alexandre-dev29

Posted

@byronbyron Thanks so much I have tested it and it works, all the cards are aligned all three for screens widths above 768px :)

0

@Iamparves

Posted

Hi @alexandre-dev29,

Your cards are too much bigger and it feels like there are a lot more white space compared to the original design. And maybe you forgot to use the border-radius.

Also you should fix the buttons hover effect. It moves a little. The reason is that the button has border only in hover state. You should give it border in default state as well.

1

Alexandre 80

@alexandre-dev29

Posted

@Iamparves Thanks for the feedback , i'll try to resolve this ☺☺☺

0
Alexandre 80

@alexandre-dev29

Posted

@Iamparves i have done some changes can you please check it? thanks

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