Resizing problem in Tribute Page

Hello everyone,

I keep getting an error in “responsive resizing” task and can’t figure it out why.

https://codepen.io/ayten1871/pen/gOYEmzv

Any advice and suggestions will be greatly appreciated :slight_smile:

Thank you

1 Like

You need CSS for your image.

1 Like

Line 26: change id="img" to id="image"

Then apply CSS to it

#image {
  max-width: 100%;
  display: block;
}
```

Please don/'t ask the reasons. I don/'t know.
1 Like

Thank you very much:tada:

1 Like