Home » CSS » CSS Animations » Question
  1. What does this code do?
    _@media only screen and (max-width_ 500px) {    body {        background-color_ lightblue
    1. Nothing happens
    2. The background color will change to lightblue
    3. If the browser window is larger than 500px, the background color will change to lightblue:
    4. If the browser window is smaller than 500px, the background color will change to lightblue:
    5. None of these
Correct Option: D

If the browser window is smaller than 500px, the background color will change to lightblue:



Your comments will be displayed only after manual approval.