Design comparison
SolutionDesign
Community feedback
- @AntonvasilachePosted 8 months ago
Hello there Tiago 👋
Nice work doing this challenge. I think the proportions match very well with the design file.
One suggestion that could improve the work, in my opinion:
Adding active state to the component, something like this:
main{ box-shadow: 0.4rem 0.4rem var(--Black); } main:hover{ box-shadow: 1rem 1rem var(--Black); } .title{ cursor: pointer; } .title:hover{ color: var(--Yellow); }
In this way, the shadow will move, just as the design file shows, and the title will turn yellow when you hover over it.
Hope you find this useful.
Cheers!
Marked as helpful0
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