Help making image responsive

Tell us what’s happening: even after including the code to make my image responsive, my image is still not responsive

https://codepen.io/martins-ngene/pen/NWREQBQ

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0.

Challenge: Build a Tribute Page

Link to the challenge:

Hi @jamesmartinium!

Welcome to the forum!

I have edited your post to move the link out of the title and into the body of your post.

You will get more responses if you avoid placing links in the title.

For the failing test, when you open up the test suite the full error message says this
“Try using the “max-width” style property : expected ‘none’ to not equal ‘none’”

I see you applied the max width and display block to the img div but the test is looking for the max width and display block to be applied to the img element.

Make sense?

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