Problems with img resize responsive

Tell us what’s happening:
trying to make img resize responsive but: style= “max-width: 100%;
height: auto;” and/or .responsive {max-width: 100%;
height: auto;} , didnt work. help please.

Your code so far
https://codepen.io/kilbertc/pen/zYraELx

Your browser information:

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

Challenge: Build a Tribute Page

Link to the challenge:

Hello @kilbertc welcome to the forum :slight_smile:

Notice that the quotes shouldn’t be there :wink:

height: auto;"
1 Like

Thanks. Oh, please, tell me how i’d to do it. My brain will explode :exploding_head:

I see now it’s already corrected, although I suggest you to write CSS separate from HTML, it’s easier to read it this way :slight_smile:

I used to follow w3schools too besides Freecodecamp principles. Try these options too :slight_smile: