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