Product Landing Page Problemss

The only step I cannot pass is the media query step. I am really new to coding and cannot find what I have done wrong. I would just like some help with getting the media queries complete and maybe some other advice. Thanks!

https://codepen.io/daghering/pen/ROeWrX?editors=1100

Are you sure you gave the correct link? I don’t see anything.

If i copy and paste my link it refreshes blank, how do i share it so it includes what I have created?

I think it works now: https://codepen.io/daghering/pen/ROeWrX?editors=1100

I got your code passing all the tests. All you have to do is add:
@media screen and (min-width: some pixel value) {
selector1 {}
selector2 {}
}.

You can also set a max-width, or a range, if you’d like.

1 Like

I added 2 to the bottom that I am sure are media queries but it still is failing me?

https://codepen.io/daghering/pen/ROeWrX

nvm I got it, thanks a lot for the help!