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?

    Overall I am happy with this project, it was a challenge doing it without the design files so I am not expecting it to match the original 100% but nevertheless, it feels pretty close

  • Submitted


    I had issues with center aligning everything on the page with this challenge. Normally I would just put display: flex; align-items: center; justify-content: center on the surrounding container but that seemed to cause issues with mobile when used in tandem with height: 100vh, I did some googling and adding margin: auto seemed to fix the issue.

  • Submitted


    Here is my solution:

    Question:

    1. I struggle with wondering if I use to much CSS for tasks that could be completed with less? What is the best way to work out which styles are redundant, is it just a case of experience