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'm proud that I was able to get the unordered/ordered list spacing to look reasonably like the sample. Something I might do differently next time is learn how to structure my CSS in a more orderly, idiomatic fashion.

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

    Getting the unordered/ordered list spacing to look correct was a challenge, because the most straightforward ways of doing them came up with a look that wasn't quite right. (Weird spacing/alignment between the dot and the text, etc) I overcame by learning how to use li:before to implement a list marker, rather than the default way of adding markers.

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

    • CSS structuring (what bad habits are in my CSS, what could I do to structure it better, etc)
    • Comments on accessibility