πŸ“Š CSS
Q. What does this code do?
Code:
@media only screen and (max-width: 768px) {
    class*="col-"] {
        width: 100%;
    }
}
  • (A) Error occured
  • (B) When the screen gets larger than 768px, each column should have a width of 100%.
  • (C) When the screen gets smaller than 768px, each column should have a width of 100%.
  • (D) All of above
πŸ’¬ Discuss
βœ… Correct Answer: (C) When the screen gets smaller than 768px, each column should have a width of 100%.

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
374
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
93%
Success Rate