Answers for "defernce standard between useing max width and minwidth in media queries"

CSS
7

min and max width media query

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

media query for max width and height

@media only screen and (max-width: 535px), screen and (max-height:550px ) {
}
Posted by: Guest on November-05-2021

Code answers related to "defernce standard between useing max width and minwidth in media queries"

Browse Popular Code Answers by Language