{
(Choose
1
What of the following code do you choose to insert at [MISSING CODE] to check device width is 400px or larger?
answer)
@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
Q: 21