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

0 points
Submitted by Barskeeey
over 8 years

6/14 [resolved] Add a <div class="thumbnail">..</div>

What am i doing wrong here? =/

<div class:"neighborhood-guides">
  <div class:"container">
    <h2>Neighborhood Guides</h2>
    <p>Not sure where to stay? We've created neighborhood guides for cities all around the world.</p>
    <div class:"row">
      <div class="col-md-4">
        <div class="thumbnail">
          <img src="http://goo.gl/0sX3jq">
        </div>
        <div class="thumbnail">
          <img src="http://goo.gl/an2HXY">
        </div>
      </div>
      <div class:"col-md-4">
        
      </div>
      <div class:"col-md-4">
        
      </div>
    </div>
  </div>
</div>

Answer 55dc6610937676c670000353

0 votes

Permalink

Hi Barskeeey,

These are your problem - class:

Check your syntax for assigning a class name. Let me know if you can’t figure it out.

points
Submitted by Judy
over 8 years

2 comments

Barskeeey over 8 years

Thank you. =)

Judy over 8 years

You’re welcome!