Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @anepaz

    Submitted

    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!

    @Rennan20

    Posted

    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 helpful

    0