Which type of operation should a developer use to set a condition when adding a media query?
> ''Media queries rely on Boolean logic to define conditions. Keywords like `and`, `or`, and `not` are used to combine or negate media features.''
Example:
```css
@media screen and (min-width: 600px) and (max-width: 900px)
```
* MDN Web Docs: Media Queries - Logical Operators
* CSS Media Queries Level 4 Specification
---
Antonio
4 days agoJacqueline
9 days agoParis
14 days ago