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 was able to use flexbox to arrange the items how I wanted to. In the future I would consider using CSS grid and a framework like Tailwind CSS.

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

    I didn't know how to change the design of the page for different devices, so I did a quick search and learnt about media queries in CSS. I also had some issues sizing the categories button using flexbox, so again I did some research and realised I could just change the display mode to inline-flex.

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

    Am I using Flexbox to the best of it's abilities? I feel like the way I've structured the HTML and used Flexbox is inefficient, and would love some pointers or tips to improve how my code is structured.

  • Submitted


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

    I was able to use Flexbox to arrange the components on my webpage. To improve I would look at using CSS grid, and CSS frameworks such as tailwind CSS.

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

    I was unsure as to how to centre the card both horizontally and vertically, luckily I was able to research on how to do this using flexbox.

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

    How to achieve the same result using a CSS framework, and with CSS grid instead of flexbox