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?

    Maybe I would still work on the grid. I still don't master it that well, especially when it comes to responsiveness or child attribute

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

    The border color in the grid, you didn't manage to do it in CSS with the child property, but I did it in HTML

  • Submitted


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

    I'm proud of making the grid at the .nutrition section and using :lastchild with a different property =))

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

    • In the CSS code, at .instructions, how can I improove that code and make the display grid to make the text lined up in the right column

    • How can I improve the code for the .card to make the image fill the space in the mobile view. I've tried add an exception but somehow it is not working .card:not(img)

  • Submitted


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

    I like how I solved the correct display of the link buttons, but I'm not sure if it's the most optimized solution

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

    The width of the buttons and the fact that they are set to 120% of the size

  • Submitted


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

    I would like to know if there is any more efficient way to give different properties to the texts This a text in a div `` than using in CSS .content .paragraph{ color: red; }