41. 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%;
}
}