Answers for "what to set width of mobile device in media query"

CSS
56

media query for mobile view css

@media only screen and (max-width: 600px) {
  body {
    background-color: lightblue;
  }
}
Posted by: Guest on December-06-2019

Code answers related to "what to set width of mobile device in media query"

Browse Popular Code Answers by Language