Responsive 3 column preview card component
Design comparison
Solution retrospective
Yeah, it was tough and interesting.
Hello guys! I've completed this challenge kindly give your feedbacks and better solution approach.
Thanks.
Community feedback
- @correlucasPosted over 2 years ago
Hello Akinyemi, congratulations for your solution!
I'm with your live solution open and I saw that you've done a really good work, your solution seems fine desktop and also mobile. There's only some fine details to improve, I'll let you some tips:
1.Work the flexibility of these cards applying
max-width
instead ofwidth
, this way you allow the cards to contract in smaller screens.2.The paragraph padding is a little bit to big and the button is kind a little far. Try a value around:
.main-paragraph { max-width: 200px; margin-bottom: 44px; line-height: 28px; }
I hope it helps you! Congrats!
0@Akinyemi4Posted over 2 years ago@correlucas Thanks I really appreciate. I’ll check the corrections. Thanks once more.
0
Please log in to post a comment
Log in with GitHubJoin 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