Responsive Web Design- Tribute Page SM

https://codepen.io/noxnokowane/pen/eYBBNRP

Guys can someone check my codepen and see what I’ve done wrong pls.
I’ve tried to do everything step by step but I got an 8/10 …pls check and let me know where I’ve gone wrong

HI @noxmaraba !

Failing test no.7
I should see an <a> element with a corresponding id="tribute-link",

You wrote this:
href="tribute-link"

Other failing test
The <img> element should responsively resize, relative to the width of its parent element, without exceeding its original size.

Use the "display" style property with a value of "block" for responsive images.

Once you fix that then another issue will pop up because it is not centered

If you google how to center an image in css you will get the answer you are looking for.

2 Likes

Omg!! thank you so much!!! It worked I got a 10/10!!! thank youuuu

1 Like

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