Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
  2. @media (min-width:320px) { }
  3. /* smartphones, Android phones, landscape iPhone */
  4. @media (min-width:480px) { }
  5. /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
  6. @media (min-width:600px) { }
  7. /* tablet, landscape iPad, lo-res laptops ands desktops */
  8. @media (min-width:801px) { }
  9. /* big landscape tablets, laptops, and desktops */
  10. @media (min-width:1025px) { }
  11. /* hi-res laptops and desktops */
  12. @media (min-width:1281px) { }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement