Answers for "media queries for screen size common"

CSS
56

media queries screen width

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

Code answers related to "media queries for screen size common"

Browse Popular Code Answers by Language