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 comments

  • @webertrodrigues

    Submitted

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

    I'm proud of how I was able to create a recipe page that was visually close to the desired design and responsive using HTML and CSS, even if the technique used isn't the most efficient/indicated. For next time, I'd like to focus more on organizing the CSS code.

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

    One of the challenges was making sure the page was responsive on different screen sizes. To overcome this, I used relative units like vw and % to scale elements, to fit the layout on smaller devices. I know that using this unit is not the most suitable since we have media queries to facilitate this, but I haven't reached that stage yet.

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

    I would like to receive feedback on the organization of the CSS code and possible ways to make it more efficient and scalable.