Kizspy | Question: 36
(Choose 1 answer)
Choose the right statement about the code below:
@media only screen and (max-width: 768px) {
[class*="col-"]{
width: 100%;
A. When the screen (browser window) gets smaller than 768px, each column should have a width of 100%
B. When the screen (browser window) gets greater than 768px, each column should have a width of 100%
C. Each column should have a width of 100% for any screen wide
D. When the screen (browser window) or mobile gets smaller than 768px, each column should have a width
of 100%