Ping Coming Soon Page HTML/CSS/JS

Solution retrospective
My solution to the Ping Coming Soon project. I feel like my js code can be refactored more but let me know what you think!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @NaveenGumaste
hay! Louie Nice work
- @moheb2000
Hey! That's Awesome. Really good work. For better transition on social media icons you can use to transitions like this:
a:hover i { /* Other codes */ transition: background-color 0.5s, color 0.5s; }
and
a i { transition: background-color 0.5s, color 0.5s; }
Good luck!
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