Submitted over 2 years ago
NFT Preview Card Component With HTML and CSS
@Tegarsetyo6
Design comparison
SolutionDesign
Community feedback
- @priynshuchouhnPosted over 2 years ago
You forget to add the hover effect. you can add hover using
<element name>:hover{ property: value; property: value; }
.maintext:hover{ cursor: pointer; color: hsl(178, 100%, 50%); }
#name:hover{ cursor: pointer; color: hsl(178, 100%, 50%); }
for the image you can check my code:
.container .image div:hover{ cursor: pointer; opacity: 1; transition: opacity 0.1s ease-in-out;
}
0
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