Got stuck on Organizing HTML&CSS Class, IDs&Divs 2/12, they ask set header-text, this is my code

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>


  <div class="prop">
    <img src="https://s3.amazonaws.com/codecademy-content/courses/web-101/unit-5/htmlcss1-img_diamond.png" width="60px">
    <h2>Unique</h2>
    <p>We don't do standardized packages because we know everyone wants something different. Every vacation will be uniquely customized to your tastes.</p>
  </div>

  <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>

  
    <img src="https://s3.amazonaws.com/codecademy-content/courses/web-101/unit-5/htmlcss1-img_diamond.png" width="60px">
    <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>

It would seem you have left out parts of your code due to it showing what it was coded to do. I would suggest putting all your code in between the dashes so that we can see all your code.

1 Like

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