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

    Recipe Page

    • HTML
    • CSS

    1


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

    I will try a harder challenge next time.

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

    I want to set a fixed size in a flexbox, so I have to set the flex-shrink to 0.

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

    Is there a redundancy in my CSS code?

  • Submitted


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

    I find a way to set gaps between li and remove the first gap.

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

    I want to use ul and li instead of div and flexbox. I want to add gaps between li, but I can't remove the first gap at the beginning. Then I found out how to use li:firstchildren to remove the first gap. I also find a way to change the color inside a . I can use li:hover a or I can set the color in to inherit.

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

    how to remove warnings in frontend mentor?

  • Submitted


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

    The image can modify its width based on the window size.

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

    Figure out how to make the image and image container fit the window size automatically.

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

    If I can use fewer div to solve this problem,

  • Submitted


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

    I use Flex to auto-center the content so that we can change the window size.

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

    I want to export an image from the Figma file, but I don't know how. I searched on Google and figured it out.

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

    I want to know how to use CSS more effectively.