I made a mistake but where?

where am i doing wrong i can’t figure it out

First: it’s “max-height” not “max height”, fix that and it should pass.
Second: you don’t need two media queries because you already set the font-size beforehand. In fact, at a height of exactly 800px, you would get the wrong fontsize (20 instead of 10), though the test doesn’t catch that.

Screenshot 2021-10-11 150555

Use proper CSS property:
Instead of “max height” write “max-height”
Instead of “min height” write “min-height”

I don’t see more errors to it. Hope this works

1 Like

thank you i didn’t notice

yes, i didn’t notice :frowning:

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