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

    @julianesilvac75

    Submitted

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

    I'm still learning how to use figma designs but I managed to get it very close to the design, so I'm proud of that. Next time I'll take even more time to analyse all the design details before I start building the CSS, so I don't have to go back to it all the time.

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

    It's my first time trying to use rem instead of px, and I still get confused with it, had to read a lot of documentation to get it right.

    What specific areas of your project would you like help with?

    Suggestions on how to make my code cleaner are always helpful, especially the CSS!

  • Justin 120

    @andrew-j-brown

    Submitted

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

    I am proud of remembering the fundamentals, as I haven't touched web dev for a few months. I can't think of anything I would've done differently for this (it is just a simple card after all).

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

    I forgot how to create proper responsive images, and did some research into how to do so. I ended up going with this approach:

    img {
        max-inline-size: 100%;
        block-size: auto;
        border-radius: 12px;
    }
    

    max-inline-size was a new one for me, I've never done responsive images with that line before. I quite like it!

    What specific areas of your project would you like help with?

    N/A

    @dimysenpai

    Posted

    Very successful! Great work

    0