In order for this media query to evaluate to true (and chang…
In order for this media query to evaluate to true (and change the background and font colors), how many of the three conditions must be true? @media screen and (min-width: 30em) and (orientation: landscape) { body { background-color: black; color: white; } }