In the media queries syntax, the comma expresses a logical OR, while the ‘ and ‘ keyword expresses a logical AND. Here is an example of several media queries in a comma-separated list using the an @media-rule in CSS: @media screen and (color), projection and (color) { … }