Resize the browser window. When the width of this document is 600 pixels or more, the background-color is "lightblue", otherwise it is "yellow".
<style>
body { background-color: yellow; }
@media only screen and (min-width: 600px) {
body { background-color: lightblue; }
}
</style>
Key display specs for the Pixel 3 XL: