Design comparison
SolutionDesign
Solution retrospective
Feedback on my code please - is there anything i could improve on?
One question i did have was why i had to do overflow:hidden
on the .card-section
class to show the border-radius
- can anyone explain this please?
Community feedback
- @Beats-AyushPosted over 2 years ago
@Li-Bee Excellent work completing the challenge. A couple of places where you might want to improve your code
- Put the screen-reader class outside of the main section so that it does not interfere with your content.
- To increase responsiveness, use max-width to restrict the width of the card container.
- border-radius simply gives a rounded edge to the border. It doesn't affect the div container.
Marked as helpful1
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