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?

    Next time I need to work on finishing the project without taking up too much time

  • Submitted

    Recipe Page

    • HTML
    • CSS

    1


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

    I'm happy with the result, next time I would improve the HTML structure

  • Submitted


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

    Next time I will use flex-shrink instead of media queries to reduce padding size

  • Submitted


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

    I had trouble adding styles to the parent element when hovering over the child element. I overcame this issue by using the following CSS code:

    #parent {
      pointer-events: none;
    }
    
    #child:any-link {
      pointer-events: auto;
    }
    
    #parent:hover {
      color: #000;
    }
    
  • Submitted


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

    I am proud that i was able to make the project look almost identical to the design without using the design file