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 solutions

  • Submitted


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

    Learned how to use the picture element.

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

    • The hover color was not included in the design specs, had to guess it.
    • Responsive solution according to design specs didn't look good so I adjusted it.

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

    Any feedback is appreciated.

  • Submitted

    Recipe Page

    • HTML
    • CSS

    2


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

    I'm proud getting the solution close to the design specs. Next time I would inspect the design in more detail so I have a better plan for my HTML and CSS structure. It feels a bit bloated at the moment and can probably use a clean up.

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

    I ran into problems getting the padding right between mobile and desktop. I wrapped the content in a separate div and wrote some media queries but I'm wondering if there is a more elegant solution.

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

    All general feedback is welcome. If anyone has some tips and tricks for styling lists and tables let me know!

  • Submitted


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

    I had the most fun experimenting with GSAP, I'm trying to use it in more projects.

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

    Getting the card to take up 100% width on mobile. Turns out it was just a simple media query. I tried min() but that didn't work.

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

    Any feedback is much appreciated.

  • Submitted


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

    Everything went pretty well. I would appreciate feedback on general code structure and accessibility. Also I tried to make the font-size responsive without media-queries using clamp(). However the title scales down sooner than the rest of the elements. Is there another way to achieve this? I tried container queries and cqw units but that didn't work. Would be much appreciated if someone could point me in the right direction!

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

    Making the font-size responsive without the use of media queries.

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

    General code structure, semantics, accessibility and making the font-size responsive without the use of media queries.

  • Submitted

    QR Code Card

    • HTML
    • CSS

    1


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

    How close the solution looks to the design. I would start mobile first next time.

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

    I didn't encounter any challenges.

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

    General setup of the project. Can I structure my HTML and CSS better? Can I make my component more responsive?