css3 - Is there a single common media query for styling all iphone 4, 4s, 5 -


is there single common media query styling iphone in portrait , landscape mode

ues following media query :

iphone in portrait & landscape :

  @media screen      , (min-device-width : 320px)      , (max-device-width : 568px) { /* styles go here */} 

for more information http://stephen.io/mediaqueries/ refrence,its helpful.


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

java - SmsManager sending message more than one -