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 challenges did you encounter, and how did you overcome them?

    It was tough setting the background color on hover.

  • Submitted

    Recipe page

    • HTML
    • CSS

    0


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

    ///

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

    ///

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

    ///

  • Submitted


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

    • Searched a regex pattern for the email. Seems to work perfectly.
    • The design is responsive.
    • I try to not put everything into the same function as i was a bit lost at some point. 😊

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

    • Initially the input width was too wide with 100 %. Fixed it with border-box.
    • I did not know how to disable form validation by browser. Added the novalidate property.

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

    I have an issue with the list: the text is not properly aligned to the marker. I tried a lot of things with text-indent but still no solution.

  • Submitted

    Vanilla JS

    • HTML
    • CSS
    • JS

    1


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

    I managed to get it right for the interaction 😊. Using max-width on the container made sure that the paragraph does not stretch the container as well.

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

    It was tough to select the paragraph inside the section and i do not think my structure is the best to be honest.

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

    I need help for the following issues please:

    • the background-image
    • the position of the box (because of the background-image...) Any advices are welcomed. 👍
  • Submitted


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

    I got a lot of issues for switching images but i found the picture html tag which seems very usefull.👍

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

    I am mostly dependant on the images width provided so i don't know if my solution is a good practice.

  • Submitted


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

    I do not know if this is the best way to use @font-face to import font-family.

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

    Any advices are welcomed 👍

  • Submitted

    Basic CSS

    • HTML
    • CSS

    1


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

    Basic challenge so nothing to be proud of

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

    No difficulties

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

    Nothing but advices / best practices are still welcomed. 👍

  • Submitted

    Flexbox

    • HTML
    • CSS

    1


    On small screens the content is not horizontally centered. The body should be centered with flexbox but does not work.