Answers for "max width css @media"

CSS
66

@media max-width

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

css max width media

@media only screen and (max-width: 600px) {
  // styles go here 
}
Posted by: Guest on April-23-2022

Browse Popular Code Answers by Language