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 specific areas of your project would you like help with?

    I'd like feedback on the clamp() for responsive text and em for breakpoints. I'm unsure whether I'm using the correct way since I've been learning and practicing throughout the challenge.

  • Submitted


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

    So far for now I have learned the methodologies and architectures from Frontend Mentor "Advanced CSS techniques", and I have applied BEM (Block, Element, Modifier) with SASS in this challenge.

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

    I think it been a long time that I didn't use SASS, and forgot how to use it. I searched some article example like Medium, CSS-Tricks on how to use BEM with SASS.

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

    I'm not sure I applied the right way of BEM (Block, Element, Modifier) in this challenge. Feel free to give feedback if I applied the wrong way.

  • Submitted


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

    Maybe I will learn any one of the CSS libraries, such as Bootstrap and TailwindCSS, or learn API to practice and challenge using on the next challenge.

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

    The challenge I have encountered is styling logos and icons in SVG format. At first, I planned to style external SVGs with CSS, but that didn't work. I have found a few solutions to style external SVGs with filter properties, but those solutions are not suitable. In the end, I asked the Frontend Mentor community in Discord, and they mentioned either changing the color in the SVG file or styling inline SVG with CSS.

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

    The specific area of this project I would like to help with is the media query. This challenge might be half complete and incomplete since I have taken two to three days to do it, and the live design feels weird. Any feedback on this challenge is welcome, and I will try to fix it if possible.

  • Submitted

    Recipe page

    • HTML
    • CSS

    1


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

    To color the list bullet. I removed the default list bullet and use ::before selector to add a new list bullet, center and color it.

  • Submitted


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

    I'm not so sure about the article illustration in mobile version. I try to adjust the height to look similar based on the design has given, but can't make it higher a bit.