Tribute Page Layout Stories

If I’m hitting my head on my desk does that mean I’m doing it right?

I cannot figure out why I’m not passing User Story # 8. My image is resizing with the window and so it seems like I should be passing it, but I am not.

On the flip side of that, my image is passing User Story #9 even though the image is not centered, and I can’t figure out why.

https://codepen.io/Ali_B/abBVGYP

Hi @alibhiam !

Welcome to the forum!

Some good news and bad news.

Good news is that all of your tests are passing now.
Bad news is that I didn’t realize you set this to collab mode when you shared the link with the forum.

I would not use collab mode when asking for help with your projects because anyone can change your code and it will actually save the changes.
https://blog.codepen.io/documentation/collab-mode/

In the future, just share the regular link without collab mode.

But basically, when I was testing this I set the max-width property to 100%.
I also removed an extra div in the img section.

Hope that helps!

Thank you on multiple levels!

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