πŸ“Š CSS
Q. What does this code do?
Code:
_@media only screen and (max-width_ 500px) {    body {        background-color_ lightblue}
}
  • (A) Nothing happens
  • (B) The background color will change to lightblue
  • (C) If the browser window is larger than 500px, the background color will change to lightblue
  • (D) If the browser window is smaller than 500px, the background color will change to lightblue
πŸ’¬ Discuss
βœ… Correct Answer: (D) If the browser window is smaller than 500px, the background color will change to lightblue

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
164
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
88%
Success Rate