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 am most proud of how I was able to execute a responsive design. Next time, I would focus on refining my Flexbox techniques to make the design process smoother and more efficient.

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

    One challenge I encountered was executing a responsive design. I overcame this by leveraging my knowledge of Flexbox to create a layout that adapts smoothly to different screen sizes. Through careful testing and adjustments, I was able to ensure a consistent user experience across all devices.

  • Submitted


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

    I am most proud of how I used Flexbox to align the contents of my table using the flex: 1; property.

    .nutrition-list li {
        flex: 1; 
        text-align: left;
    }
    

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

    The only challenge I had was aligning the gram content of the table, but after a little research, I learned how to use Flexbox to achieve the required outcome.

    By using the flex: 1; property, I was able to allow the list items to grow and shrink as needed, which enabled me to apply the align-items: left property.

  • Submitted


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

    I am proud of how easily I could use Flexbox to position the username and profile picture.

  • Submitted


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

    I am proud of how easily I could make the page responsive, and there is nothing I would do differently.

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

    The only challenge I faced was trying to remember how to use media queries... I overcame it by searching StackOverflow.

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

    I don't need help with any area of this project