Answers for "mobile view landscape css"

CSS
0

media query for mobile landscape only

@media screen and (orientation:landscape) and
(min-device-width: 320px) and (max-device-width: 450px) {
   /* Input Styles */
}
Posted by: Guest on March-02-2021

Code answers related to "mobile view landscape css"

Browse Popular Code Answers by Language