Design comparison
Solution retrospective
Since I added the border-radius separately, I was wondering if there is a way to add them all at once to the container?
Any feedback would be greatly appreciated. Thank you! :)
Community feedback
- @SathishVMPosted over 4 years ago
Hello Michelle,
You have done a nice solution tho this challenge and simple as the structure in the code.
So instead of using border-radius separately you can use a container and in it, you can use padding to the div and it overflows the container so it will not visible and here you can use overflow: hidden so the overflow will not be shown and border-radius will visible and that's the hack I used.
I hope you got my point. :) Happy coding
1
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