Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. @media only screen and (min-width: 300px) { /random code }
  2.  
  3. @media only screen and (max-width: 400px) { /more random code }
  4.  
  5. @media only screen and (max-width: 600px) { /random code }
  6. @media only screen and (max-width: 500px) { /random code }
  7. @media only screen and (max-width: 400px) { /random code }
  8.  
  9. @media only screen and (min-width: 501px and max-width: 600px) { /random code }
  10. @media only screen and (min-width: 401px and max-width: 500px) { /random code }
  11. @media only screen and (max-width: 400px) { /random code }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement