Vidyalelo
CSS · Q41

CSS3 Transitions And CSS 3 Animations

Programming · CSS · question 41

Q41

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%.
Answer
C.
Error occured
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board