Build a Tribute Page need help

Im getting 7/10 error and need some help finding out where I went wrong. Your input will be very appreciated.

https://codepen.io/Mackdine/pen/WNeaLmG?editors=1100

Hi @Mackdine

Nice Work on your Tribute page :slight_smile:

For 7- There is a Typo
use target="_blank" instead of target="-blank"

For 8 - Try using the “max-width” style property : expected ‘none’ to not equal ‘none’
Try setting max-width to some value to your image to make it more responsive

For 10 -
hint: height:1000px; is resizing your image… Figure out what value uses its original size

1 Like

thank you thank you thank you

1 Like

1st you add the HTML


<img src="paris.jpg" alt="Paris" class="center">

then
You can center an image with the left and right marging to auto and make it in a block element.

source: w3school