Responsive NFT card using CSS Flex Box concepts

Please log in to post a comment
Log in with GitHubCommunity feedback
- @iprinceroyy
Hey @mosiahrs, you did excellent work. I would suggest some points here:
- Don't use id as a selector. Always use class as a selector.
- Follow mobile-first workflow. Though here it seems easy but on large websites it would be difficult to handle mobile viewpoint after desktop.
- Use kebab case for class name or id name.
Hope it helps to your learning. Happy Coding :)
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