What is best resolutions for media queries? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is best resolutions for media queries?

I need to make forms as responsive. Which type of media queries is best ?

23rd Feb 2022, 3:02 AM
gunalan
gunalan - avatar
1 Answer
+ 1
Try to not use too much @media, use relative units and best is to make site mobile first, and change layout on bigger screen, because each page is responsive for phones already until you start writting css. Here are breakpoints of most screen sizes: https://www.freecodecamp.org/news/css-media-queries-breakpoints-media-types-standard-resolutions-and-more/
23rd Feb 2022, 10:33 AM
PanicS
PanicS - avatar