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

    2


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

    I've tried to code without assembling the figma file, and that was a mistake. So next time I will try to make sure I have a solid “design” before trying to move forward, because in the end everything has been more difficult than it should have been.

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

    Trying to match the spacing to the preview was difficult and, in my opinion, overcomplicated the code

  • Submitted


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

    Not having the figma support file has been a difficulty that forced me to battle with figma to try to create on the reference images something equivalent. It was a good experience of learning

    Another problem I detected was that when you open the page in landscape orientation on a mobile there was not enough room to fit the card. I think this is solved now after imposing a minimum body size.

  • Submitted


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

    Making the font-size and the width of the card responsive without using media queries was the biggest challenge but the clamp function worked well.

  • Submitted


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

    I think it has been a good first contact with figma and I've tried to use css variables to make the code more flexible as a good practice