2
What is the best way to use Media Queries for responsive max-width:
or min-width:
2
What is the best way to use Media Queries for responsive max-width:
or min-width:
4
Actually, the two ways are correct. there are no performance differences or anything else, they’re just different filters.
There are both, because if you want to apply css within a range, you can use them this way: min-width: 500px and max-width: 800px
Browser other questions tagged html5 media-queries
You are not signed in. Login or sign up in order to post.