Can not pass a couple of tests for my Tribute project

@Ujjwal1604 I have reviewed this lesson again and again, as well as other people’s code, but I still can’t get last two of the ‘missions’

.imag {
max-width: 80%;
height: auto;
display: block;
align: center;
}
.dive {
max-width: 60%;
max-height: 60%;

}

What have I been doing wrong? Thanks in advance.

Here’s the HTML part, by the way.:

<!-- HTML 
  <div id="img-div" style="dive"><img src="https://regrasdoesporte.com.br/wp-content/forum/uploads/2013/04/tudo-sobre-surfe.jpg" style="imag" id="image" />
    <div id="img-caption">Waves are amazing!</div>
  </div> -->

Thanks and greetings to anyone, :slight_smile:

Hi, yeah @camperextraordinaire thanks!
https://codepen.io/anon/pen/WyWEqR I made a new code totally from scratch and again, the layout of the photo isn’t accepted by the last 2 tests. I guess it has to be a total n00b mistake :smiley:

Thank you so much!


Now it works. My bad.