Page 1 of 1

Question 11 What color is the body on a device with a width of 310px? body { } @media screen and (max-width: 300px;) { b

Posted: Fri Jul 08, 2022 7:26 am
by answerhappygod
Question 11 What Color Is The Body On A Device With A Width Of 310px Body Media Screen And Max Width 300px B 1
Question 11 What Color Is The Body On A Device With A Width Of 310px Body Media Screen And Max Width 300px B 1 (54.55 KiB) Viewed 33 times
Question 11 What color is the body on a device with a width of 310px? body { } @media screen and (max-width: 300px;) { body { color: green; } color: red; } @media screen and (min-width: 450px) { body { color: yellow; } Red Green Yellow Black