Submitted over 1 year ago
NFT preview card component with CSS Grid and Hover
@AburaAkago
Design comparison
SolutionDesign
Solution retrospective
In this project I used many divs to structure the page, I used css grid and I had difficulty using -webkit-backdrop-filter, so I chose to use hover and some more attributes in the classes.
Community feedback
- @bccpadgePosted over 1 year ago
Hello @AburaAkago. Congrats on completing this challenge! 🎉
Your solution looks great and I have one suggestion to improve your code.
HEADING TAGS
- You are using the wrong heading tag in the project:
<h2 class="titulo-do-produto">Equilibrium #3429</h2>
- To fix this issue is switch it to a h1 tag
- More information about HTML Heading Tags
Hope this helps you!
Marked as helpful0 - You are using the wrong heading tag in the project:
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