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'm proud of the timeframe it took me to complete the challenge. However, I will make use of certain html tags and grid more.

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

    The only challenge I did encounter was aligning the list item which I did by using margins and paddings.

  • Submitted


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

    I am proud the time it took me to finish the task as I finished it much faster than I expected. If I were to do it again, I will make good use of the CSS flexbox.

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

    The challenge I had was aligning all the items to the center and I overcame them by:

    • using the flex property,
    • directing the flex to column, and
    • aligning the items to the center.
  • Submitted


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

    I'm proud that I was able to use my understanding of UI/UX design in getting the nesting format and the codes.

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

    The challenge I mainly faced was separating the contents which I achieved by grouping the text, image and footer into separate groups and then added paddings to them.

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

    I'm yet to fully grasp the @media functions.