CSS
.container{
    width:50%;
}
@media (max-width: 576px) {
  .container {
    width: 100%;
  }
}

What is the purpose of the above CSS code?

To make the container div full width on mobile devices.

To make the container div half width on laptop devices.

To make the container div quarter width on mobile devices.

To make the container div disappear on mobile devices.

Verified Answer
Correct Option - a

To get all Infosys Certified L1 Junior Web Programmer Exam questions Join Telegram Group https://rebrand.ly/lex-telegram-236dee

Telegram