Answer the question
In order to leave comments, you need to log in
How to separate styles for iPad.pro and netbook with the same screen resolution?
Hello! I have a task to separate css styles for mobile devices including ipads pro with 1024 resolution and netbooks starting from 10k which also have 1024 resolution . How to do it right? Does this entry apply only to mobile devices or will netbooks also be affected?
@media only screen and (max-device-width : 1024px) {
/* Styles */
}
Answer the question
In order to leave comments, you need to log in
How to separate styles for iPad.pro and netbook with the same screen resolution?
@media
cannot identify devices by name. Only by appointment - printer, TV, voice synthesizer, etc.
and use the screen orientation in queries? netbooks always use landscape ...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question