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 using HTML, CSS and Flexbox

@Lucas-Santos-085

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


Hi. I've been studying HTML and CSS for 2 months and this is my first challenge. Comments are welcome.

Community feedback

P
Patrick 14,325

@palgramming

Posted

well the first main thing to address is the size of your mobile layout. You might want to check your size on your container class in mobile view it is 940px wide when I removed that it helped things. But not sure if you did this challenge mobile first or desktop first. It might be good to start this challenge again mobile first and take what you have learned and reinforce you learning trying to improve on what you have done so far

also you need to check your border radius on your cards

1
P
ApplePieGiraffe 30,545

@ApplePieGiraffe

Posted

Hi there, Lucas Henrique dos Santos! 👋

Congratulations on completing your first Frontend Mentor challenge! 🎉 Good effort on this one! 👍

Like palgramming mentioned, it would be worth taking another look at the responsiveness of your site. You could switch to a mobile-friendly layout for the card component sooner (to avoid having a horizontal scroll bar appear along the bottom of the page) and allow the width of the card in the mobile layout to be determined by the size of the screen (so that it all fits within the viewport for users to see).

And also, it would be better to add border-radius to the card container itself (not the individual sections of the card) so that the rounded corners are only seen at the edges of the entire card component. 😉

Keep coding (and happy coding, too)! 😁

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