Tribute Page - Build a Tribute Page

Hi All,

I cannot satisfy all the checklist points for this challenge and I can’t figure out why, please help!
I don’t know how else to change the code to satisfy these:

  • Your img element should have a display of block .
  • Your #image should be centered within its parent.

My code can be viewed here:

WARNING

The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.

You will need to take an additional step here so the code you wrote presents in an easy to read format.

Please copy/paste all the editor code showing in the challenge from where you just linked.

Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36

Challenge: Tribute Page - Build a Tribute Page

Link to the challenge:

I suggest trying placing your max-width, height, text-align inside the img selector. example: img{ display: block;
max-width: 40px;
height: auto;
text-align: center }
I hope this helps you.

Thank you, I managed to satisfy one of the user stories, now i just have the last one left which no matter what i do i can’t seem to satisfy it. Would you mind looking at my amended code again? The only user story left is

I suggest you try using an <a with a id of tribute-link, href of “” and target of _blank. I hope this works for you.

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