Design comparison
Solution retrospective
Will be happy to get a feedback! ⚆ _ ⚆ Thank You! ᕦ(ò_óˇ)ᕤ
Community feedback
- @correlucasPosted about 2 years ago
👾Hello Osama Salem, Congratulations on completing this challenge!
Amazing solution as always, I liked a lot the animation in the intro!
The only advice for you is regarding using
overflow: hidden
this is not the case, but can happen in future solutions, note that after 200px the content start to get cropped inside the container due theoverflow
.Its not so good that you usedoverflow: hidden
for the whole content, in this case this property is making the content get cropped when the component gets tiny. Instead of usingoverflow
to make the rounded borders useborder-radius
for each card.✌️ I hope this helps you and happy coding!
Marked as helpful0
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