NFT preview card component using CSS custom properties and CSS flexbox

Solution retrospective
An huge improvement in retrospect to my first challenge. Reviews are appreciated.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @yashviradia
Hi!
Great work on this project! :)
Here might be some points to consider:
- better to write CSS and HTML codes in separate files, HTML generally in index.html and CSS in styles.css
<p>
instead of<P>
for paragraph tag- for CSS selectors use new names to avoid confusion with HTML tags
cursor: pointer;
can be used for focusing image, heading, and creator's name
Hope that helps and happy coding!
Marked as helpful - @Hamza-Noah
Hello
here is my feedback on your solution first, increase the padding around the content of the card. second, try to increase the border radius of the image and the card itself. and for the last thing to edit in the design the challenge by front end mentor should be at the bottom of the page.
after that check the report and follow the steps one by one until you have 0 issues. hope that helps
Marked as helpful
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