Hey, well I have trouble with the tribute page. It asks a max width of 100% and auto height. I don’t find my error, ayone could help me please ? I can’t pass the 10 tests ;(
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.92 Safari/537.36.
Yes. It looks like that should be max-width: 100%; but should be inside a div, I think (according to user story #3 and #4)? So maybe the test is measuring according to that.
This will work. You add a max-width but then it throws errors for display:block and margin:auto. It seems pretty ticky tack to me and honestly your site looks amazing so I don’t think it would be useful to just give you a hint.