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
Request path contains unescaped characters

All solutions

  • Submitted


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

    I am most proud that I was able to use GitHub pages to create a live site URL for my project. What I would do differently next time is spend more time adding comments to my code to better document what the code is being used for.

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

    The challenge I ran into with this project is figuring out to how create the box-shadow effect. In order to overcome that challenge I used W3 schools website to familiarize myself with how to incorporate that effect using CSS.

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

    The specific area I would seek help with is better understanding the CSS cascade rules and why some properties override others.

  • Submitted


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

    I am proud that I was able to get the look of the page as close to the design with using only HTML and CSS. Next time the one thing I would do differently is spend time learning and using Figma for assistance with the layout.

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

    The biggest challenge I encountered was using GitHub pages to make the site live. I kept getting an error when going through the steps for GitHub pages. I was able to figure out the issue was with my file structure. Once I was able to fix my file structure the checks passed and the site is live.

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

    The one area I would need assistance with is using the box model for CSS to position HTML elements.