Having trouble figuring out "div="container-fluid"

Hi All – I’m working on my CSS/HTML part of freeCodeCamp and I’m getting errors while trying to get the

conditions to work.

Here are the corrections it’s telling me I need:
Your div element should have the class container-fluid.
Make sure you have nested all HTML elements in .container-fluid.

The code is below. Is there something I need to add to my segment? I can’t figure out why I’m getting these errors. HELP! TIA

.red-text { color: red; }

h2 {
font-family: Lobster, Monospace;
}

p {
font-size: 16px;
font-family: Monospace;
}

.thick-green-border {
border-color: green;
border-width: 10px;
border-style: solid;
border-radius: 50%;
}

.smaller-image {
width: 100px;
}

CatPhotoApp

Click here for cat photos.

A cute orange cat lying on its back.

Things cats love:

  • cat nip
  • laser pointers
  • lasagna

Top 3 things cats hate:

  1. flea treatment
  2. thunder
  3. other cats
Indoor Outdoor Loving Lazy Crazy Submit

Oops, sorry! I didn’t know it would come up that way. Let me try again without the image.

Things cats love:

  • cat nip
  • laser pointers
  • lasagna

Top 3 things cats hate:

  1. flea treatment
  2. thunder
  3. other cats
Indoor Outdoor Loving Lazy Crazy Submit

Yea, wrap all your content inside the div tag.

      Your content.
/div```

Hiya Doug!

Could you post your html code please? It’s kinda hard to see what’s going on without it.
What you can do is (and disregard this if you know how already), paste your code into your comment and then highlight it and hit the little “< / >” symbol up in the comment box tool bar. That’ll allow it to be displayed better for folks to look over.

You could also make and link a code pen too: http://codepen.io/