DEV Community

Page responsive not working

lolleri200 on July 27, 2020

I can't get my page responsiveness to work no matter what I do. I posted my code here if anyone can help.
https://codepen.io/Sampsa96/pen/JjGVwKw

Collapse
 
manishfoodtechs profile image
manish srivastava

Problem is with your css. Check 1080 px and around...

Collapse
 
lolleri200 profile image
lolleri200

What do you mean? Check 1080 px how?

Collapse
 
manishfoodtechs profile image
manish srivastava

Check your css. Best way is to open it in Google Chrome developer mode

Thread Thread
 
lolleri200 profile image
lolleri200

Well I only see one error: "Failed to load resource: the server responded with a status of 404 (Not Found)"

  • I don't really understand what it means
Thread Thread
 
manishfoodtechs profile image
manish srivastava

This means certain external links not accessable to browser. Use Ctrl+u to see your html code available to browser

Thread Thread
 
lolleri200 profile image
lolleri200

Yea I know, but how do I fix the problem?