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%.
AnswerC.
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