Also, why are you nesting your ul element inside the paragraph element which is also nested in the h1 element?
You need to rewrite your html, so that the h1, paragraphs, and ul elements are not nested inside each other. Also, give the h1 and paragraph elements text (per the instructions).
Your code has been blurred out to avoid spoiling a full working solution for other campers who may not yet want to see a complete solution. In the future, if you post a full passing solution to a challenge and have questions about it, please surround it with [spoiler] and [/spoiler] tags on the line above and below your solution code.