What does this code do?
Code:
@media only screen and (max-width: 768px) {
class*="col-"] {
width: 100%;
}
}
Code:
@media only screen and (max-width: 768px) {
class*="col-"] {
width: 100%;
}
} A. When the screen gets larger than 768px, each column should have a width of 100%.
B. When the screen gets smaller than 768px, each column should have a width of 100%.
C. Error occured
D. None of the mentioned
Answer: Option B

Join The Discussion