Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. synrow lässt grüßen:
  2.  
  3. @media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */ }
  4. @media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
  5. @media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ }
  6. @media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
  7. @media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
  8. @media (min-width:1281px) { /* hi-res laptops and desktops */ }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement