Answers for "maxheight media query"

7

min and max width media query

@media (max-width: 989px) and (min-width: 768px) {}
Posted by: Guest on February-20-2020
0

maxheight media query

@media screen and (max-width: 995px), 
       screen and (max-height: 700px) {
  ...
}
Posted by: Guest on May-24-2021

Browse Popular Code Answers by Language