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?

    Just like my previous challenge (Recipe page) I'm glad I didn't need any help for most of my project.

    There's nothing I would do differently next time, so I'm very pleased with the result.

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

    In my previous project I learned how to center body horizontally. This time I had to learn how to center it vertically. For this I use CSS flexboxes.

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

    Even though I've done a lot of research, I still want to know if there is a better way to center body vertically other than with CSS flexboxes.

  • Submitted


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

    I pride myself on having set up multiple properties without initial help. My 1st solution didn't handle mobile layout, but now it has some support for them using the @media rule.

    I liked my methodology and there is nothing I would do differently next time.

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

    In particular, formatting tables in CSS was the most challenging part. The element can only be set if the option `border-collapse` is equal to `collapse` in. If it is set to separated, then I need to style the `` instead.

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

    Perhaps one or two ``’s (the ones with id “body” and “inbody”) could be replaced by a more semantic element.