What is the best way to use Media Queries

Asked

Viewed 182 times

2

What is the best way to use Media Queries for responsive max-width: or min-width:

1 answer

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

You are not signed in. Login or sign up in order to post.