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?

    Well, one thing I'm proud of is that I have been doing this since the first challenge so I already know where I was headed, that way it wasn't hard to handle. Also I want to give a quick thanks to the developers that helped me with my last solution on flexbox (@MohammadSoleimanikia and @mahbt) I didn't have an issue using flex-box this time due to your suggestions on my previous project and it saved me a lot of build time :)

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

    For my challenges on this project, I had issue making each buttons seat on their own line.. I was using flex but they were all seating close to each other.

    How'd I overcame this? Well I opened my chrome developer's tool to mess around with the display positioning a little, I was trying out different options then when I tried 'Grid' it worked perfectly.

    So instead of [display: flex] I did [display: grid] and it worked perfectly for me! :)

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

    Any is fine, more tips and tricks to make build faster is highly appreciated thank you. :)

  • Submitted


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

    I'm very proud of the way my work came out in the end, since I've done something similar to this I was more confident I could take this on.

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

    I had issues with centering the 'sub-container' (e.g. Image) but i was able to overcome this by putting the image in a div tag then centering that div tag. Boom! The image was centered, fun :)

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

    Usage of flex box and centering items on screen.. Vertically & Horizontally.

  • Submitted


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

    I'm happy about everything! :)

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

    The use of flexbox and my html structure.