Answers for "media css min max together"

CSS
2

media query min max

@media screen and (min-width: 200px) and (max-width: 640px) {
  .bloc {
    display:block;
    clear:both;
  }
}
Posted by: Guest on October-12-2020

Code answers related to "media css min max together"

Browse Popular Code Answers by Language