@yomidevSubmitted over 2 years ago
William Alonso
@William-AlonsoAll comments
- @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