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 my use of grid-template-areas and implementing it effectively.

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

    I occurred a challenge of centering the side cards vertically. With some help from a colleagues solution, i was able to see what i was doing wrong.

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

    I am going to continue implementing grid-template-areas to become better familiar with it.

  • Submitted


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

    I am most proud of using add screen reading accessibility to the strike through text in HTML.

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

    I faced some media query challenges. I would have like to use less of them but I got the result in the end.

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

    N/A.

  • Submitted


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

    I am most proud of my use of pseudo elements and media queries.

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

    No real challenges, pretty easy project.

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

    I would like to continue to improve on the pseudo elements usage and media query usage.

  • Submitted


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

    I am most proud of learning how to use box shadow.

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

    I forgot how custom properties worked and put the property in the variable and not just the unit. I ended up troubleshooting once my var()'s didn't work.

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

    N/A

  • Submitted


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

    I am most proud of my use of grid to get the project centered in the middle of the page.

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

    I faced a challenge in where my body was only taking up half the page, so i had to specify that both the body and html element were 100% height to fix the issue.

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

    N/A

  • Submitted


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

    I am most proud of using pseudo elements to create the bullet points for the lists to have more control with the positioning.

    I would do a better job next time of organizing my code by section as I got a little lost at times not having dedication flows for my sections of code.

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

    I faced a challenge of not resetting my margins and padding from the start. I forgot to do that, and after finishing the layout, i realized i needed to reset my margins and padding to be able to make my site behave how i wanted. I had to redo my layout after resetting which costed me some time.

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

    I would like some insight now how to make lines of text that wrap on lists start at the same point rather than one line being indented and the other starting at the beginning. I had to use position absolute and pseudo elements to fix this as everything i found as a fix on the internet didn't work, i.e. (text-indent and padding that offset each other, etc.)