Design comparison
Solution retrospective
Here is my take on the product preview card challenge - desktop version. I would love to get some feedback on the CSS, especially on the use of flexbox. Would also appreciate some feedback on code structure in relation to best practices. Thanks!
Community feedback
- @Rennan20Posted almost 2 years ago
Overall, it's good. Since you requested feedback on some best practices, it's recommended to set the margin and padding of the entire page to 0. Using border-box will also allow for better manipulation of proportions, which is important since the website is supposed to be responsive. Using rem instead of px is also a good idea. I hope this helps. You can check my code for reference."
Marked as helpful0@anepazPosted almost 2 years ago@Rennan20 Thanks for the feedback! I'll keep them in mind for my next challenge.
1
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