Kizspy | Question: 38
(Choose 1 answer)
FUSTER, LOW LOM
Consider the below code.
@media only screen and (max-width:500px){
Body{
}
background-color: lightblue;
Choose the right statement.
A. If the device's width is larger than 500px, the background color will change to light blue
B. If the device's width is smaller than 500px, the background color will change to light blue
C. If the browser window is larger than 500px, the background color will change to light blue
D. If the browser window is smaller than 500px, the background color will change to light blue