Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
- using javascript
- challenging my css skills and speed
- using the eventlistener
- just made use of the function and event
none
Community feedback
- @Caelus111Posted 5 months ago
Hello Emmanuel! I hope you doing good! I think you've done great, just a small issues with the js. for the pop up to hide you can simply:
- create a hidden class in css with display:none
- add the class to the icons in the gray div
- add you share button to the js
- addeventListener to the btn with the action of click and a function that toggle the class of hidden
Thanks!
Marked as helpful1
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