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?

    After working on my CSS for a bit, this project felt much easier than before. Though I'm not sure if my code organization is as neat as it could be, I think I was able to understand the big picture and work my way down to the project. I also was able to start with "mobile-first" design by starting my project at 375px, even though there isn't much difference between mobile-first and desktop for this project.

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

    For this project, I had slight trouble with inserting the profile image by the name in the footer. However, I resolved the issue using inline-block display and then using flexbox around the container to align the items toward the center.

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

    I want to get professional opinions on how I can organize my code better including how to name the containers. Any kind of naming convention advice would be much appreciated.

  • Submitted


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

    I think I was able to create the correct markups and divs in order to create a flexible and responsive solution.

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

    At first, I was slightly confused about why the flexbox wasn't responding to my "align-items" property. However, I was able to fix the situation by setting the body's minimum height to 100vh.

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

    I want to get professional opinions on what I can do to improve on.