
Design comparison
Solution retrospective
comments are welcome :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @MarziaJalili
Great job!!!
A tiny adjestment you can make:
- For a smoother color change of the links, add the line below to the
<a>
elements:
a { transition: background-color .5s, color .5s; }
This ensures that the color will change after 500 milliseconds. Which makes it look better.
Other than this your solution is spot on!
Keep up the grind🫡
Marked as helpful - For a smoother color change of the links, add the line below to the
- @asanaliev
Hi Ghozy,
Great job!
I checked your solution on PulseLet (web app testing service), and don't see any issues with responsive design, neither in the code. Good quality done!
Your project here: https://pulselet.com/projects/102.
Cheers, Askat
- @darlene9497
The design looks fantastic and closely matches the original. Great job on ensuring code re-usability
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