Article preview component

Solution retrospective
- using javascript
- challenging my css skills and speed
- using the eventlistener
- just made use of the function and event
none
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Caelus111
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 helpful
Join 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