Design comparison
SolutionDesign
Solution retrospective
Not super happy with the current solution. Trying to figure out a good solution for the illustration box.
Community feedback
- @itsmusaPosted about 2 years ago
Hello there, congratulations on your solution, I'm also trying to improve my solution.
In positioning the box, why don't you try making the "box" position absolute "relative" to the card.
Instead of making the card itself oveflow hidden , make the div containing the illustrations overflow hidden. but I think for that to work the div has to have width, maybe adding "flex: 1" to both the accordion and illustration div.
see if that works for you happy coding!
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