I want to make a website design relative to a phone's screen width and height. I do that like this:
@media screen and (max-width: ...) and (max-height: ...) {...}
I want to get the numbers as perfect as possible, so if anyone knows what resolution a phone has, or any other device for that matter, please let me know.