Design comparison
Solution retrospective
Any feedback about the share popup is perfect. I really don't have any idea how to do it better for desktop
Community feedback
- @skyv26Posted almost 3 years ago
Hi! Mvrius, I just checked your work and I also saw your design responsiveness too. I noticed some issue.
-
Your code is too wider than required, it need to little bit less wide.
-
Your card background color is same as that of background, you forgot to add background-color on body, to differentiatey your card body.
-
Your share pop up is visible but not at its right place. I would like to suggest you to please practice your css positioning skills.
-
In mobile design, if we click on share button then you can check your card shift downward little bit like a effect. It shouldn't be like this. It's kind of bug.
I hope you understand and soon will solve your issue.
Best Of Luck
Marked as helpful0@mvrius4Posted almost 3 years ago@skyv26 Thank you for the feedback. I've forgot to put position: relative; on the main-container, so automatically the position: absolute; wasn't working fine.
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