Kizspy Question: 30
(Choose 1 answer)
What of the following code do you choose to insert at [MISSING CODE] to check device width is 400px or
larger?
@media only screen and ([MISSING CODE]) {
body {
background-image: url('img_flowers.jpg');
A. min-device-width: 400px
B. min-width: 400px
C. device-width: 400px
D. max-device-width: 400px