Design comparison
Community feedback
- @JlordS32Posted 12 months ago
Hi Subhadip,
Congrats on finishing this challenge. This must have given you enough challenge to learn a lot of things and I hope you continue in doing so. To answer your question about the problem. Due to me not being to directly see the code (please add the github repo source code).
I can see that you might have some javascript going that toggles
container
tonone
when rating is submitted, however because you set it toblock
when Rate Again is clicked, it puts the container at the top left of the page.What you can do in this scenario is to adjust the javascript to adjust from
none
toflex
, instead ofnone
toblock
. I hope that helps.Marked as helpful1@Subhadip757Posted 11 months agoThanks for the help brother. I appreciate your time and effort. @JlordS32
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