What is the best way to use Media Queries to responsive max-width:
or min-width:
What is the best way to use Media Queries to responsive max-width:
or min-width:
Actually, both ways are correct. there are no performance differences or anything else, they are just different filters.
There are both, so if you want to apply css within a range, you can use them like this: min-width: 500px and max-width: 800px