Hello, this is my Landing page

I would like to know your opinion and how I can improve my website, in this case I do not understand how to obtain the maximum score, since it tells me that my page must have at least jquery and I do not know how to use the library :grinning:

https://codepen.io/leandrojda/pen/wvgzOqK

That’s MEDIA query. Two different screen sizes. I like 500px or 600px for the change.

Hi. use @media in your CSS

@leandrojdavila, the failing test is NOT telling you you need jquery.

When a test fails click the red button to see which test(s) are failing and text to help you correct the issue.

  • Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.

The failing message says;

My product landing page should have at least one media query.
No media queries detected : expected false to be true
AssertionError: No media queries detected : expected false to be true

Maybe revisit the media query lesson or do some searching to get a more thorough understanding.

Thank you all, my mistake, I do not handle English very well :grinning: :grinning:

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