Answers for "css check if mobile"

CSS
2

css check if mobile

@media (pointer:none), (pointer:coarse) {
}
Posted by: Guest on September-01-2021
1

detect mobile css

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

Browse Popular Code Answers by Language