Made Responsive workit landing page using pure css and html

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 link (
Apply access
), add the line below to the :
.apply-access { transition: color .2s; }
This ensures that the color will change after 200 milliseconds. Which makes it look better.
- Also, for the buttons:
button { transition: all .2s }
Other than this your solution is spot on!
Keep up the grind🫡
Marked as helpful - For a smoother color change of the link (
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