#IT-6317
Awesome StudentQuestion • Web Enhanced Animation Graphics
Code: @media only screen and (max-width: 500px) { body { background-color: lightblue; } }
Answer
If the browser window is smaller than 500px, the background color will change to lightblue: