Media Queries - Examples

PHOTO EMBED

Sun Oct 16 2022 12:24:25 GMT+0000 (Coordinated Universal Time)

Saved by @AZbrahim

@media screen and (max-width: 992px) {
  body {
    background-color: blue;
  }
}
content_copyCOPY

https://www.w3schools.com/css/css3_mediaqueries_ex.asp