Responsive NFT Preview Card Component using React
Design comparison
Solution retrospective
I wanted to learn React components so I decided to do this challenge
Among other things I learned the usefulness of components by breaking my interface into reusable sub-components.
Leave a comment if you have any suggestions
Community feedback
- Account deleted
Hi there 👋
Congratulate on finishing your project 🎉. The design looks beautiful 😃.
I think one little thing you forgot is changing the cursor to the pointer. Let's add pointer cursor on hover to
Equilibrium #3429
text where currently just the color is changing 🙌Happy coding ☕
0@totototoetoPosted almost 3 years ago@maqsudtolipov Hi thank you for your tips ! Do you know how to remove vertical scroll on mobile ?
0Account deleted@pexilis I think you can set the
body{ overflow: hidden}
. You can research about it on MDN or youtube 🙌0@totototoetoPosted almost 3 years ago@maqsudtolipov It works with
height:100%
. Thank you1
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