Answers for "css on mobile only"

CSS
51

media query

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

bootstrap not responsive on mobile

<meta content='maximum-scale=1.0, initial-scale=1.0, width=device-width' name='viewport'>
Posted by: Guest on April-06-2020

Browse Popular Code Answers by Language