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?

    I'm proud that I made it

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

    Positioning image in hero section. I tried to deal with it by trial and error.

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

    Any comments are welcome

  • Submitted


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

    Next time I'll so something more complex.

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

    Fortunately, I didn't encounter any major challenges :)

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

    Any comments are welcome :)

  • Submitted


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

    It wasn't a difficult challenge, so I'm not really proud of anything.

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

    I think nothing was difficult.

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

    Hopefully not, but all comments are welcome.

  • Submitted


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

    Not specifically about this challenge, but I'm proud of staying consistent in programming.

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

    Adding blending mode to photo. I google it and dealed with it using background-blend-mode: multiply;

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

    Any comments are welcome :)

  • Submitted

    Sign up form

    • HTML
    • CSS
    • JS

    0


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

    I'm proud that I made my first challenge with js

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

    Setting alert icon. I used background-image and non-repeat property to deal with it.

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

    Any comments are welcome :)

  • Submitted


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

    I'm proud that I finally can go to sleep

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

    1. positioning grid items
    2. white triangle (Finally I decided to run figma and create it)

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

    I dunno

  • Submitted

    Chat app

    • HTML
    • CSS

    1


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

    I'm proud of completing my first Intermediate challegne.

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

    Overflow of background elements despite setting width: 100vw, height: 100vh and overflow: hidden. I still don't know if it works. I wish it was Google DevTools' fault.

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

    Don't know :?. I would like to wait for a situation in which there is nothing left to improve, but that will probably never happen.

  • Submitted


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

    I'm proud that I made image hover effect.

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

    I haven't known how to make a image hover effect. This was due to a bad approach. I wanted to animate the icon and background separately. Finally, I added a new div set to absolute position which contained the icon and the desired background.

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

    I think a general look at my code. I don't know if I'm doing it the right way.

  • Submitted


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

    I'm proud that I made it.

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

    button transition. Still not working :(

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

    As I mentioned above: button transition.

  • Submitted


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

    I'm proud that I made another separate view for tablets. Next time I'll start using more margins instead gathering almost everything into flexbox.

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

    I was struggling for while to put vector (quotation.svg) using ::before property. I used background-image to overcome it.

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

    I honestly have no idea. I've already drawn a lot of conclusions myself and I'll try to code next challenges better

  • Submitted


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

    I'm proud of completing my first challenge using grid.

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

    How to make title font-size scalable with the screen width. I used calc() to overcome it.

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

    I'm not sure why when I set max-width of under title description to 54rem my cards also got that width.

  • Submitted

    Recipe Page

    • HTML
    • CSS

    1


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

    I'm proud that I manage to make it nearly like orginal.

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

    STYLING THESE LISTS!! I hate it so badly so I decided to set list style to none and style all by myself using ::before property.

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

    I produced a lot of redundant code. I think it could have been done more simply