Question 11 What color is the body on a device with a width of 310px? body { } @media screen and (max-width: 300px;) { b
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question 11 What color is the body on a device with a width of 310px? body { } @media screen and (max-width: 300px;) { b
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