Let\'s say I just want to target every tablet and phone, regardless of size, is there a media query for this? Is it possible to do this without specifying a size? Or is using a
In the CSS3 spec, @media handeld is mentioned but it has perhaps no browser support.
@media handeld
So, no.
However, you might find this site useful, it explains other some media query techniques for mobile.