This is a solution to the NFT preview card component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- View the optimal layout depending on their device's screen size
- See hover states for interactive elements
- Solution URL: Add solution URL here
- Live Site URL: Add live site URL here
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- You can have several elements with different opacity on hover by having them next to each other and using sibling selectors in CSS.
- Frontend Mentor - @achequisde
Thanks to VeryEvilTomato for testing/tips.