Answers for "check is mobile css"

CSS
0

detect mobile css

@media only screen and (max-device-width: 480px){
 /* in mobile css commands */ 
}
Posted by: Guest on January-12-2021
1

CSS detect mobile

@media only screen and (max-width: 600px) {

}
Posted by: Guest on April-13-2022

Browse Popular Code Answers by Language