Advertisement
Guest User

CSS-Kommentar mit den üblichen Mediaqueries

a guest
Nov 8th, 2012
408
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.43 KB | None | 0 0
  1. // Followed mediaquieries to use for the views:
  2. //
  3. //Large desktop: @media (min-width: 1200px) { ... }
  4. //Small desktop & tablet landscape: @media (min-width: 980px) and (max-width: 1199px) { ... }
  5. //Portrait tablet to landscape and desktop: @media (min-width: 768px) and (max-width: 979px) { ... }
  6. //Landscape phone to portrait tablet: @media (max-width: 767px) { ... }
  7. //Portrait phones and down: @media (max-width: 480px) { ... }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement