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?

    It was a nice challenge, I got to learn more about how to use width, heights properties and I also used more flexbox in this project, which was really good. Next time would try to make a responsive layout but I still don't know much about it.

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

    I couldn't make my page fit some different screens widths, the content disappeared in small screens (like mobile), I asked chatGPT and it taught me about using "max-width", based on this I managed to solve the problem (it still isn't perfect). I also used discord to ask about it, I got a good reply that helped me a lot.

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

    Any tips about responsive layout are welcome! Also, I'm not sure if the active states are right, I didn't understand what was in Figma.

  • Submitted


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

    Proud of finishing this project, I can see that I actually understood Flexbox and that's really cool. I'm not sure what to do differently next time, but I might focus on improving my HTML and CSS structure.

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

    I had trouble positioning using Flexbox, some CSS selectors with 'display: flex were not correct' so the content was not centralized in the middle of screen, it was a problem with the height and viewport. I also struggle with the text shadows , I was using 'box-shadow' but it doesn't work with text elements like 'h1'. After doing some research, I found a solution and it worked in the end.

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

    It would be helpful if someone could review my HTML and CSS structure. I'm not sure if the elements are correct, and some paddings might be confusing.