Design comparison
Solution retrospective
need some tips on optimization
Community feedback
- @F4YYPosted over 1 year ago
Hi @dipakpadule,
Congratulations on successfully completing the challenge. You did very well.
However, there is a bit odd when all the answers are expanded it seems to go beyond its parent <div>. The solution is quite simple, you can set the parent <div> height in CSS, like the following code snippet:
min-height: 510px;
Or you can set it to automatic:
height: auto;
So that when it's expanded the height can adjust itself and not be seen beyond its parent <div>.
One more thing, the link code on your gitHub doesn't appear or it's blank. Maybe because your repository is still in private mode, you can change it to public mode though.
Hope all that could be Helpful. Keep 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