This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by ericaje
almost 9 years

4/14 My elements will not form into columns. Please help.

  <div class="jumbotron">
      <div class="container">
        <h1>Find a place to stay.</h1>
        <p>Rent from people in over 34,000 cities and 192 countries.</p>
        <a href="#">Learn More</a>
      </div>
    </div> 

    <div class="learn-more">
      <div class="container">
        <div class = "row">
        
       <div-class ="col-mid-4">
            <h3>Travel</h3>
            <p>From apartments and rooms to treehouses and boats: stay in unique spaces in 192 countries.</p>
            <p><a href="#">See how to travel on Airbnb</a></p>
        </div>
          
    
          <div-class ="col-mid-4">
            <h3>Host</h3>
            <p>Renting out your unused space could pay your bills or fund your next vacation.</p>
            <p><a href="#">Learn more about hosting</a></p>
          </div>
         
          <div-class ="col-mid-4">
            <h3>Trust and Safety</h3>
            <p>From Verified ID to our worldwide customer support team, we've got your back.</p>
            <p><a href="#">Learn about trust at Airbnb</a></p>
          </div>
          
        </div>
      </div>
    </div>
  </body>
</html>

Answer 5569efca93767691f60000d6

0 votes

Permalink

Hi ericaje,

You have a typing mistake there.

All of these: <div-class ="col-mid-4"> Should look like “ <div class="col-md-4">

points
Submitted by Judy
almost 9 years