Design comparison
Solution retrospective
As simple as the project is, I learned a new CSS pattern, the active hover state of the project required an icon overlay on top of the main image and it was the first time I did this.
What challenges did you encounter, and how did you overcome them?It took me a while to get the code for the overlay right, but in the end, everything came down to one div on top of another using the CSS position property on the realtive and absolute values. Once the div is positioned, just center the icon and add the color to the background within the :hover selector.
What specific areas of your project would you like help with?Any feedback will be appreciated.
Community feedback
- @RaulTindoganPosted 8 months ago
Good Job sir! I found some active states that are missing.
- On your .nft__title class (Equilibrium #3429)
- Second is .nft__profile class (Jules Wyvern)
You can add [ cursor: pointer ] property to the clickable elements
I think you just forgot to add hover effects on those items but all in all it is an Excellent Work! Keep it up sir!
Marked as helpful1
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