Sail E0 Webinar
Question

What does this code do?

Code:

 @media only screen and (max-width: 500px) {

    body {

        background-color: lightblue;

    }

}

Options:
A .  If the browser window is smaller than 500px, the background color will change to lightblue:
B .  If the browser window is larger than 500px, the background color will change to lightblue:
C .  The background color will change to lightblue
D .  Nothing happens
Answer: Option A


Syntax: animation-delay: time1 [,..timeN]



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers