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 are you most proud of, and what would you do differently next time?

    I thoroughly enjoyed every moment of working on this project! Applying the CSS flex display property effectively was great. I’m always eager to improve, so if you have any suggestions, I’d love to hear them!

  • Submitted


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

    Enjoyed every moment of coding this. Any suggestions on how I can improve are welcome!

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

    nth-child() pseudo class property gave me a bit of issue but used MDN doc and stack overflow to understand how it works.

  • Submitted


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

    Been able to effectively use flex-box and pseudo classes. I'd add some animation to my hover state on future projects.

  • Submitted


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

    Challenge faced [Vertically centering div and applying the drop shadow effect] [MDN documentation on filter effect and W3school documentation on centering div] helped understood the concept.

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

    When centering div horizontally and vertically, what's the purpose of having both[-ms-transform: translate(-50%, -50%); & transform: translate(-50%, -50%);] together why not just [transform: translate(-50%, -50%);].

  • Submitted

    Recipe-page

    • HTML
    • CSS

    0


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

    Been able to implement what I have learnt on HTML and CSS. Next time I'd try to limit the use of my class.

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

    Getting the bottom border of the table to reflect. Going through MDN Docs gave me a clear view on how to resolve it