Design comparison
SolutionDesign
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!
Community feedback
- @moheb2000Posted almost 3 years ago
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!
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