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

  • P
    Loic Cape 80

    @loiccape

    Submitted

    What are you most proud of, and what would you do differently next time?

    After reviewing some documentation, I used a mobile-first approach to minimize the need to remove CSS properties when transitioning from mobile to desktop screens.

    What challenges did you encounter, and how did you overcome them?

    After initially developing the page starting with the desktop layout, I found myself properties from several containers for mobile screens, which didn’t feel right. It made me realize it would be better to add properties progressively rather than remove them.

    P
    Roopesh R 40

    @LUKARS3

    Posted

    Hey, there's a lot of padding-top and padding-bottom on your card component. Please reduce it

    Marked as helpful

    0
  • P
    Roopesh R 40

    @LUKARS3

    Posted

    Hey,

    Please use REM instead of px.

    0