Design comparison
SolutionDesign
Community feedback
- @William-AlonsoPosted over 2 years ago
I really liked your solution. It looks pretty good!
Only two recommendations to change on code:
- Try giving the "body" element "min-height: 100vh;" - it will help you to center vertically your card. With a "margin: auto;" in the card you will center it horizontally and vertically.
- The "active" elements (NFT image, NFT title, and author name) must have a ponter cursor when you hover them. Try with "cursor: pointer;" on each one.
C-U!!!
Marked as helpful0@yomidevPosted over 2 years ago@William-Alonso Thank you for your recommendations and I will put them into practice.
1
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