nft preview component card

Please log in to post a comment
Log in with GitHubCommunity feedback
- @RioCantre
Hello there! Nice job in completing this project. Regarding your solution, I would like to recommend the following for you…
- Wrap the whole content with specific tag like
main
. For HTML structures, refer it with this one Semantics - Include description with the
alt
in image tags. Like this line<img src="./images/image-equilibrium.jpg" class="card-img">
- Clean the whitespaces in the code
- Adjust the top margin in
.card
intomargin-top: 15vh;
- Add the hover state of the design. For the hero image , refer it with this one **Overlay in image. For the fonts, add
color: hsl(178, 100%, 50%);
andcursor: pointer;
in.main-text
andstrong
rule sets
Above all, the project is done well. Keep up the good work and Hope this is helpful!
- Wrap the whole content with specific tag like
Join 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