NFT Preview Card component uisng HTML & CSS

Solution retrospective
This is my result for the Challenge
Please log in to post a comment
Log in with GitHubCommunity feedback
- @RioCantre
Hello there! Awesome work with this challenge. Looking at your solution, I think you should know the following as well…
- Create a ruleset for
.avatar
and addborder: 1px solid white;
andborder-radius: 50%;
- Remove unnecessary code to keep it clean
In the brighter side...
- The HTML structure is organized and readable
- Proper usage of semantic tags
- Great job in utilizing the svgs
- The CSS file is well organized with proper compositions and sizing elements
- The project is responsive and utilized the details based on the original design
- Well done with the hover state of the design, specially the hero image
- The alignment of the elements are done accordingly
Above all, the project is well implemented. Keep up the good work!
Marked as helpful - Create a ruleset for
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