ID & Div

<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>

I cant done 3 point of exercise https://www.codecademy.com/courses/learn-html-css/lessons/ids-classes-divs/exercises/divs-classes?action=lesson_resume

<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
Did you enclose the value-props div?

``` Jetsetter Concierge Travel Planning

Travel Like Never Before

Whether you're looking for adventure or luxury, let us help you plan your perfect getaway.

Proud Partner of Am South Airlines

<h3>Why You Should Choose Jetsetter Concierge Travel Planning</h3>
<p>With over 25 years of experience in concierge, high-end travel planning, we'll provide you with the highest quality services. Every vacation is unique, custom, and tailored to your tastes.</p>

Unique

We don't do standardized packages because we know everyone wants something different. Every vacation will be uniquely customized to your tastes.

  <div class="prop">
    <img src="https://s3.amazonaws.com/codecademy-content/courses/web-101/unit-5/htmlcss1-img_diamond.png" width="60px">
    <h2>Experienced</h2>
    <p>Our quarter century of experience in travel planning combines local knowledge with international taste. You'll be amazed at what we can provide!</p>
  </div>

  <div>

    <h2>Luxury</h2>
    <p>We understand that you expect the world of your vacation - Jetsetter can provide once in a lifetime experiences at top of the line quality.</p>
     
   </div>
   </div>
  </div>
```

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.