Design comparison
SolutionDesign
Solution retrospective
I wasn't able to create active state to NFT figure. If anyone can help I appreciate.
Community feedback
- @taco-nekoPosted over 1 year ago
You should use the
:hover
state instead of:active
for the text, in this case. It communicates better that something is clickable. Remember, if this was a real site and those links actually led somewhere, the user would only see the:active
state for less than a second.Check this link for a very simple example of how to make a hover effect on an image.
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