Replies: 2
Hello,
1-I see some media queries is writen like this:
@media (min-width: 321px ) and (max-width: 375px) {
}
I want to know why it starts with 321px and not with 320px?
why this 1 pixel I mean 321px?
what s the benefit of this 1 px (321px)?
2- I see also some use min-width and other max-width and onother use min-width and max width
I want to know which of this 3 has more benefit of the other.
I want to know in which postion you use min-width and in which position you use max-width. and in which position you use mn-width and max width?
very short explanation is enough!
thanks
johan