- 1
How does max-width and min-width works in media query?
If max-width then the maximum size will be that much pixel and if min-width then minimum size will be that much pixel
1 Antwort
+ 2
Now let's take it that I have a screen with a pixel of 760px
if I want a certain property to only work for that screen and lower, I know that's my max so max-width
And when I know I want it to be above it then that's my min-width
And if it between, then you specify the two maybe from 200 to 760 or something