Snippets Collections
 &__content{
    width: 100%;
    display: flex;
   
    margin-right: auto;
    margin-left: auto;
  
    @media (min-width: 576px) {
      max-width: 540px;
    }
  
    @media (min-width: 768px) {
      max-width: 720px;
    }
  
    @media (min-width: 992px) {
      max-width: 960px;
    }
  
    @media (min-width: 1200px) {
      max-width: 1140px;
    }
  
    @media (min-width: 1400px) {
      max-width: 1320px;
    }
  }
@media screen and (min-width: 480px) {
  body {
    background-color: lightgreen;
  }
}
star

Thu Jan 16 2025 01:13:23 GMT+0000 (Coordinated Universal Time)

#container #media-queries
star

Sat Aug 27 2022 08:23:33 GMT+0000 (Coordinated Universal Time) https://www.w3schools.com/css/css3_mediaqueries.asp

#css #media-queries

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension