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

  • Nguyen Nguyen• 340

    @jesuisbienbien

    Submitted

    This challenge was a little tough for me. I have a few questions:

    1. How can I make my code more clean and efficient?

    2. I use rem and px mixed up, it seems unorganized for me. Any suggestions?

    3. I used border-top-left-radius, border-top-right-radius, etc... Because in this challenge, the rounded corners change in mobile and desktop view. Better way to set the border-radius?

    Any other feedbacks and suggestions are welcome as well. I'd love to learn. Thank you! :D

    C Lewis• 110

    @casserole27

    Posted

    Which CSS Measurements to Use When: http://thenewcode.com/775/Which-CSS-Measurements-To-Use-When

    I don't have specific feedback about efficient code, but I found it difficult to keep things clean during this project. One thing you could try that helps me is organizing your CSS by comments: /****** GLOBAL STYLING / / STATS STYLING ******/ etc.

    I switched the border radius as well, I did not see another way around it.

    Marked as helpful

    0