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'm really pleased with how the project turned out; it’s a lovely design, and I'm glad I was able to do it justice. Moving forward (based on feedback I received), I’m considering using rem instead of px for setting widths. I believe rem is a better choice because it scales more consistently across different screen sizes and respects the user's accessibility settings.

    Also, I learned how to directly target ol/ul > li bullet points or numbers to style them independently, instead of styling the entire li element. This can be done using the li::marker pseudo-element.

  • Submitted


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

    I'm happy with the result, I don't think I'll do anything differently at this stage, maybe with more practice I'll have better methods.

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

    Right now my biggest challenge is understanding how to use git and GitHub. I don't use the terminal much, so it's something that I need to start doing a lot more.

  • Submitted


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

    I'm happy that it's responsive!

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

    It's been a while since I last worked with CSS, so much of this project was trial and error and a lot of internet searches—like figuring out how to center the main element or how to make the layout responsive. There's probably a lot I can improve on, but this project was a great way to ease back into things and refresh my skills.

  • Submitted


    I had a lot of trouble switching the images over as the layout changed from mobile to desktop, but with some research I found out how to do it. I wish the transition between the two was a lot more smoother but I'm not sure how to improve that. I tried to be more organised in my coding by adding comments that sectioned/titled the different areas I was working on for the sake of clarity. Overall I enjoyed this project even though it was quite challenging. Any feedback or tips is welcomed. Thanks.