Answers for "media querie laptop"

1

media query css for all devices

@media (min-width: 600px) and (max-width: 800px) {

/* your css code here  */

/* html { background: red; } */


}
Posted by: Guest on November-03-2020
-1

iphne media query csss

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { /* STYLES GO HERE */}
Posted by: Guest on September-26-2020

Browse Popular Code Answers by Language