Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

81
Views
Is it possible to create Responsive Web page using only media queries?

I'm trying to create a Responsive Web page with the only use of media queries but I could not...

I already added the following breakpoints...

@media screen and (max-width: 991px) {}

@media only screen and (max-width: 600px) {}

@media screen and (max-width:525px) {}

I got an error in the size of 360px...

please anyone can help me to solve this problem I don't know what is the exact problem

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

yes, you can create a responsive web page using media queries. You can use min-width or max-width but the best approach is the mobile-first architecture. Please add your source code to figure out what went wrong.

about 4 years ago · Juan Pablo Isaza Report

0

Yes it is possible to make a responsive page using media queries, you should define your queries for the resolutions instead;

@media screen and (min-width: 1400px) {}

@media only screen and (min-width: 700px) {}

@media screen and (min-width:450px) {}

And try using a resizable screen to always check and also width:auto; for internal containers and overflow:scroll should help you do a nice work overall

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!