Submitted over 2 years ago
Responsive NFT Preview Card Component using CSS Flexbox & CSS Grid
@Lemirq
Design comparison
SolutionDesign
Community feedback
- @rishat-sePosted over 2 years ago
Hello Vihaan Sharma,
You have done great job! Just one note: it is much easier to resize elements if you set box-sizing: border-box for all elements from the start.
- { box-sizing: border-box; }
Happy coding!
0
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