
Design comparison
Community feedback
- @Jackson-zablon15Posted 3 months ago
Hi congratulation on completing the challenge, some few improvements i could see You can adjust the top and right position of .social-icons to position it close to the share icon
I liked the way you used conditions to toggle the social-icons. You can also try using classList to toggle it too, i think it is good too. btnEl.addEventListener("click", function(){ socialIcons.classList.toogle('active'); })
I wish you all the best on your coding journey. Happy coding💪
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