Q. What does this code do?
Code:
@media only screen and (max-width: 768px) {
class*="col-"] {
width: 100%;
}
}
β
Correct Answer: (C)
When the screen gets smaller than 768px, each column should have a width of 100%.