@romila2003
Posted
Hi @Himanshu-Vishwas,
Congratulations ๐ for completing another challenge, your NFT card component looks great, and it is great that you used flex to center the card. I have some suggestions/issues I want to address, if you don't mind.
- It is important to use the correct tags when wrapping your code as landmarks allow blind users, using a screen reader, to jump to sections of a web page. More about that here.
- In the design provided, the 'Equilibrium #3429' and 'Jules Wyvern' texts should change color when hovered to a cyan color. I would recommend using an
a
tag for this.
Overall, great work and wish you the best for your future projects so keep coding ๐.
Marked as helpful