Examveda
Examveda

What does this code do?
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


This Question Belongs to CSS >> CSS3 Transitions And CSS 3 Animations

Join The Discussion

Related Questions on CSS3 Transitions And CSS 3 Animations