Media Only Screen For Mobile Css

 <style type="text/css">
@media only screen and (max-width: 600px) {
  body {
    background-color: red;
  }
}
</style>

Post a Comment

0 Comments