Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
It seems that the border-radius property doesn't work with .svg images.
My solution is simple: making this image a background of a div
.some-div { background-image: url("image.svg"); }
Community feedback
- @m-rooeintanPosted 7 months ago
Nice Design. But I think if you made the dimensions bigger, the design would be clearer.
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