
Design comparison
Please log in to post a comment
Log in with GitHubCommunity feedback
- @AdanMaidana
make sure you put the transition in the element and not in the hover state of the element because the animation will look arrupt, put this transition: background-color 1s ease, color 1s ease in your social-link class, and not in the social-link:hover state and you will see more fluid transitions on hover for text and background of the anchor links
Marked as helpful - @NitiemaDev
Your project is beautifull, I find it cool. And I like how you wrote your css code. The css variables
:root { --green: #C4F82A; --white: #fff; --grey-900: #141414; --grey-800: #1F1F1F; --grey-700: #333; --font-family: "Inter", sans-serif; --font-title: 24px; --font-text: 14px; --typography-lh: 150%; --bold: 700; --semi-bold: 600; --regular: 400; }
That's good !
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