Answers for "media query for phone devices"

CSS
53

phone media query css

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

Code answers related to "media query for phone devices"

Browse Popular Code Answers by Language